mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix sqlDropColumn description (#4422)
This commit is contained in:
committed by
Karl Burtram
parent
ebd187ec06
commit
965da0535a
@@ -92,7 +92,7 @@
|
|||||||
"\tDROP COLUMN [${1:ColumnName}]",
|
"\tDROP COLUMN [${1:ColumnName}]",
|
||||||
"GO"
|
"GO"
|
||||||
],
|
],
|
||||||
"description": "Add a new column to a Table"
|
"description": "Drop a column from a Table"
|
||||||
},
|
},
|
||||||
|
|
||||||
"Select rows from a Table or a View": {
|
"Select rows from a Table or a View": {
|
||||||
|
|||||||
Reference in New Issue
Block a user