Files
sql-snippets/df-fc0aed2f-0b61-41b6-8491-c49647582f43.json
2023-01-06 13:15:41 +01:00

12 lines
273 B
JSON

{
"id": "fc0aed2f-0b61-41b6-8491-c49647582f43",
"prefix": "df",
"description": "DELETE FROM fragment",
"body": "DELETE FROM $table_name$ WHERE $CURSOR$",
"placeholders": [
{
"name": "table_name",
"defaultValue": "[schema].[table_name]"
}
]
}