Add 'UPDATE' to default intellisense keywords list (#602)

This commit is contained in:
Karl Burtram
2018-04-16 15:33:59 -07:00
committed by GitHub
parent bd11fd2129
commit aacb435cba

View File

@@ -307,6 +307,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
"union",
"unique",
"uniqueidentifier",
"update",
"updatetext",
"use",
"user",