Skip to content
New issue

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

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

Already on GitHub? # to your account

Error parsing SQL #83

Open
bizyb opened this issue Jun 4, 2024 · 0 comments
Open

Error parsing SQL #83

bizyb opened this issue Jun 4, 2024 · 0 comments

Comments

@bizyb
Copy link

bizyb commented Jun 4, 2024

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])
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant