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
Error when parsing the following SQL:
SELECT first_name, last_name FROM customer WHERE first_name LIKE 'Jen%';
Error:
source_file [0, 0] - [7, 0]) select_statement [0, 0] - [6, 24]) select_clause [0, 0] - [2, 11]) select_clause_body [1, 2] - [2, 11]) identifier [1, 2] - [1, 12]) identifier [2, 2] - [2, 11]) from_clause [3, 0] - [4, 10]) identifier [4, 2] - [4, 10]) where_clause [5, 0] - [6, 24]) ERROR [6, 2] - [6, 17]) identifier [6, 2] - [6, 12]) ERROR [6, 13] - [6, 17]) string [6, 18] - [6, 24])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error when parsing the following SQL:
Error:
The text was updated successfully, but these errors were encountered: