sql-metadata
sql-metadata copied to clipboard
Statement DECLARE produces error in MSSQL.
When writing a SQL query using MSSQL it does not recognize the DECLARE statement.
Example:
DECLARE @SpecifiedName NVARCHAR(10) = '%LEX%';
The produced error:
ValueError: Not supported query type!
Version: sql_metadata==2.13.0