Skip to content

Statement DECLARE produces error in MSSQL. #525

@cmistiloglou

Description

@cmistiloglou

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions