Replies: 1 comment
-
You need to clean your SQL script so that distinct statements are separated using semicolons, in order to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
right now i get following errors:
sqlglot.errors.ParseError: Required keyword: 'expression' missing for <class 'sqlglot.expressions.Dot'>
and also this error:
sqlglot.errors.ParseError: Expected table name but got <Token token_type: <TokenType.L_BRACKET: 'L_BRACKET'>,
for a Stored procedure that's running in our database.
the read is set to read='tsql' in your library
i get these error messages on all of my stored procedures that's running in production
The query is extracted from management studio(ssms)
Stored procedure:
Beta Was this translation helpful? Give feedback.
All reactions