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
When writing a SQL query using MSSQL it does not recognize the DECLARE statement.
DECLARE
Example:
DECLARE @SpecifiedName NVARCHAR(10) = '%LEX%';
The produced error:
ValueError: Not supported query type!
Version: sql_metadata==2.13.0
sql_metadata==2.13.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When writing a SQL query using MSSQL it does not recognize the
DECLARE
statement.Example:
The produced error:
Version:
sql_metadata==2.13.0
The text was updated successfully, but these errors were encountered: