Skip to content
New issue

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

Statement DECLARE produces error in MSSQL. #525

Open
cmistiloglou opened this issue Sep 4, 2024 · 0 comments
Open

Statement DECLARE produces error in MSSQL. #525

cmistiloglou opened this issue Sep 4, 2024 · 0 comments

Comments

@cmistiloglou
Copy link

cmistiloglou commented Sep 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants