Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some SQL Server syntax is not supported #293

Open
ZedZipDev opened this issue Aug 9, 2024 · 1 comment
Open

Some SQL Server syntax is not supported #293

ZedZipDev opened this issue Aug 9, 2024 · 1 comment

Comments

@ZedZipDev
Copy link

  1. The formatter does not understand and does not support syntax of earlier SQL Server versions like:
    drop table if exists t1, t2, t3;
    It thinks it here are 2 statements: "drop table" and "if exists".

  2. The SQL 2022 statements like "a1 is distinct from b1" : it get as a key word "distinct"

@TonyWSQL
Copy link

TonyWSQL commented Oct 9, 2024

Duplicate of #203 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants