theseusyang
03/09/2023, 11:48 AMImre
03/09/2023, 1:22 PMtheseusyang
03/09/2023, 1:38 PMImre
03/09/2023, 1:50 PMtheseusyang
03/09/2023, 1:53 PMImre
03/09/2023, 1:55 PM'1994-11.19'
could not be parsed as timestamp.
for that to work you would need to use to_timestamp()
invalid date
theseusyang
03/09/2023, 1:57 PMImre
03/09/2023, 2:00 PMtheseusyang
03/09/2023, 2:27 PMImre
03/09/2023, 2:37 PMIN ('1994-11-20', '1994-11-29')
this means either on the 20th or the 29th of Oct 1994, not from the 20th to the 29thIN ('2018-01-01', '2018-01-01T12:00', '2018-01-01;1d;1y;2')
SELECT * FROM scores
WHERE ts BETWEEN '2018-01-01T00:00:23.000000Z' AND '2018-01-01T00:00:23.500000Z';
theseusyang
03/09/2023, 2:44 PMImre
03/09/2023, 2:46 PM