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