initial population of repo
This commit is contained in:
6
nbr-ba5eb4fd-ac8f-427c-a24a-5cb97b8faa98.json
Normal file
6
nbr-ba5eb4fd-ac8f-427c-a24a-5cb97b8faa98.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user