Files
cartodb/lib/sql/test/CDB_DateToNumberTest.sql
Your Name 8bfa9f5dc7 sql
2020-07-12 16:08:49 +00:00

3 lines
150 B
SQL

SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00'::timestamp);
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+05'::timestamp with time zone);