initial population of repo
This commit is contained in:
6
delTmp-23b38bb9-b1ef-4575-9094-2c5f382bdc8d.json
Normal file
6
delTmp-23b38bb9-b1ef-4575-9094-2c5f382bdc8d.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "23b38bb9-b1ef-4575-9094-2c5f382bdc8d",
|
||||
"prefix": "delTmp",
|
||||
"description": "delete temp table",
|
||||
"body": "IF OBJECT_ID('tempdb..$PASTE$')IS NOT NULL BEGIN;\r\n\tDROP TABLE $PASTE$;\r\nEND;\r\n"
|
||||
}
|
||||
Reference in New Issue
Block a user