Files
sql-snippets/tc-ea735b8e-4db5-4048-bce6-c8dee79b5790.json
2025-07-07 09:09:23 +02:00

6 lines
216 B
JSON

{
"id": "ea735b8e-4db5-4048-bce6-c8dee79b5790",
"prefix": "tc",
"description": "TRY ... CATCH fragment",
"body": "BEGIN TRY\r\n $SELECTEDTEXT$\r\nEND TRY\r\nBEGIN CATCH\r\n $CURSOR$\r\nEND CATCH"
}