grammars-v4
grammars-v4 copied to clipboard
TSQL dynamic sql not parsed on single quotes
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 '