Top "Sql-date-functions" questions

The SQL-Date-Functions tag is for questions related to database SQL functions that handle date and time information.

last friday of a given month in sql server

How do i get the date for last friday of the month in T-SQL? I will be passing the year …

sql-server tsql sql-date-functions
How to get current month firstdate and lastdate in postgres sql query

I want to get first and last dates of current month (Like 30th or 31st).How to get this one …

postgresql date timestamp-with-timezone sql-date-functions
Need to subtract some hours from given timestamp in hive

Input: unix_timestamp('01/15/2018 15:26:37', 'mm/dd/YYYY hh:mm:ss') Expected output is 4 hours delay from above utc input …

mysql sql hive hiveql sql-date-functions