no keyword if in brackets
This commit is contained in:
parent
87044e8816
commit
2d7ebc34b6
1 changed files with 4 additions and 0 deletions
|
|
@ -65,4 +65,8 @@ BEGIN
|
|||
-- place your cusor at the end of the line below and trigger auto complete (Ctrl+Space)
|
||||
createpr
|
||||
|
||||
-- SQL Server allows using keywords as object names (not recommended) as long as they are wrapped in brackets
|
||||
DATABASE -- keyword
|
||||
[DATABASE] -- not a keyword
|
||||
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue