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

LIMIT isn't recognized #3

Open
odebroqueville opened this issue Sep 2, 2019 · 0 comments
Open

LIMIT isn't recognized #3

odebroqueville opened this issue Sep 2, 2019 · 0 comments

Comments

@odebroqueville
Copy link

I tried SQL Beautify for VS Code by SenSource. It uses vkbeautify.

I saved the following as query.sql :
select * from wakanda where alpha = 8 and beta = 9 limit 10;

and then formatted it in VS Code. This was the result:

SELECT *
FROM wakanda
WHERE alpha = 8
        AND beta = 9 limit 10;
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

1 participant