cartodb-postgresql/test/CDB_DateToNumberTest.sql
2015-10-05 14:56:45 +02: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);