maddyblue / sqlfmt

SQL formatter with width-aware output
https://sqlfum.pt
Apache License 2.0
417 stars 22 forks source link

Syntax "date AT TIME ZONE timezone" not implemented (SQL Server / PostgreSQL) #32

Open ocus opened 6 years ago

ocus commented 6 years ago

On https://sqlfum.pt/,

SELECT d1 AT TIME ZONE 'Europe/Paris' FROM t1

produces error message :

unimplemented at or near "from"

date AT TIME ZONE timezone is a somehow classic construct.

References :