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": "ba5eb4fd-ac8f-427c-a24a-5cb97b8faa98",
"prefix": "nbr",
"description": "variable table with 10 rows, for cross join population",
"body": "DECLARE @nbr TABLE (\r\n\tval INT\r\n);\r\nINSERT INTO @nbr(val)\r\nVALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(0);\r\n"
{
"id": "ba5eb4fd-ac8f-427c-a24a-5cb97b8faa98",
"prefix": "nbr",
"description": "variable table with 10 rows, for cross join population",
"body": "DECLARE @nbr TABLE (\r\n\tval INT\r\n);\r\nINSERT INTO @nbr(val)\r\nVALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(0);\r\n"
}