Answers for "get yesterday date ISO in psql"

SQL
0

get yesterday date ISO in psql

SELECT cast(to_char ((now()::date -1)::timestamp at time zone 'UTC', 'YYYY-MM-DD"T"HH24:MI:SS"Z"') as varchar)
Posted by: Guest on August-05-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language