Files
vscode/extensions/sql
Eshwar Andhavarapu 940466f144 Addition of USE EXEC OPENQUERY syntax
USE is used to select a database in SQL Server when a database is connected to.
EXEC and OPENQUERY are both used to get data on other servers.

I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data.
I have also added USE into this dictionart as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.
2016-06-23 13:30:24 +02:00
..
2015-11-13 14:39:38 +01:00
2015-11-13 14:39:38 +01:00