You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the hash (number sign) on, the text is presented in green, as if were a comment. but in SQL, a hash does not begin a comment. Comments either begin with '-- ' (single line) or '/*' (multiline)
From @gbritton1 on November 22, 2016 14:23
Steps to Reproduce:
create table #foo(a int, b char)
Copied from original issue: microsoft/vscode#15886
The text was updated successfully, but these errors were encountered: