-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating table: CATALOG_RETURNS Adding sqlscript: SQL script 4
- Loading branch information
1 parent
c6e49d5
commit f0ca057
Showing
2 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "SQL script 4", | ||
"properties": { | ||
"content": { | ||
"query": "SELECT COUNT(CR_ITEM_SK) FROM [Sales].[dbo].[CATALOG_RETURNS]", | ||
"metadata": { | ||
"language": "sql" | ||
}, | ||
"currentConnection": { | ||
"databaseName": "Sales", | ||
"poolName": "Built-in" | ||
}, | ||
"resultLimit": -1 | ||
}, | ||
"type": "SqlQuery" | ||
} | ||
} |