This commit is contained in:
2025-03-10 16:50:28 +01:00
parent 56a10459e7
commit 9055f93195

View File

@@ -2,5 +2,5 @@
"id": "23b38bb9-b1ef-4575-9094-2c5f382bdc8d", "id": "23b38bb9-b1ef-4575-9094-2c5f382bdc8d",
"prefix": "delTmp", "prefix": "delTmp",
"description": "delete temp table", "description": "delete temp table",
"body": "IF OBJECT_ID('tempdb..$PASTE$')IS NOT NULL BEGIN;\r\n\tDROP TABLE $PASTE$;\r\nEND;\r\n" "body": "IF OBJECT_ID('tempdb..$PASTE$')IS NOT NULL BEGIN;\r\n DROP TABLE $PASTE$;\r\nEND;\r\n"
} }