This commit is contained in:
2025-07-07 09:09:23 +02:00
parent 9055f93195
commit 809b1aa75d
96 changed files with 1120 additions and 1120 deletions

View File

@@ -1,6 +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 DROP TABLE $PASTE$;\r\nEND;\r\n"
{
"id": "23b38bb9-b1ef-4575-9094-2c5f382bdc8d",
"prefix": "delTmp",
"description": "delete temp table",
"body": "IF OBJECT_ID('tempdb..$PASTE$')IS NOT NULL BEGIN;\r\n DROP TABLE $PASTE$;\r\nEND;\r\n"
}