Skip to content

[mssql] Support DECLARE statements #151

Open
@FreeMasen

Description

@FreeMasen

I am running into a few errors trying to parse MsSql.

The following sql

DECLARE @Var1 INTEGER;

reports the following error:

ParserError("Unexpected keyword \"DECLARE\" at the beginning of a statement")

This is a pretty normal thing to appear in t-sql scripts from my experience, though I maybe misunderstanding why this might be an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions