grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

TSQL dynamic sql not parsed on single quotes

Open upilesh opened this issue 1 year ago • 1 comments

TSQL grammar not parsed select query when it is inside the single quotes it is a dynamic sql where quotes can be separated as well It is considered as string text select @v_sql = 'set forceplan on select ..... set forceplan off '

upilesh avatar Jun 01 '24 16:06 upilesh