We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can use AlaSQL parser() function instead execution function alasql() to test SQL syntax. The syntax is:
var ast = alasql.parse('SELECT * FROM one');
The text was updated successfully, but these errors were encountered:
Good idea.
I will change that.
Sorry, something went wrong.
I am running a test on all test files with alasql.parse() to see what work we have with the parser
alasql.parse()
No branches or pull requests
We can use AlaSQL parser() function instead execution function alasql() to test SQL syntax. The syntax is:
The text was updated successfully, but these errors were encountered: