I’m using Sql Server with PHP in VSCode, when I need to create temporary tables as in the example below, part of the SQL looks like it was commented out.
SELECT * INTO #g2 FROM my_table
This part here #g2 FROM my_table
is all grayed out, as if it were a normal comment, is there any way to disable this just for the SQL context?