You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlscript/Serverless-Curr-Defined.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "Serverless-Curr-Defined",
3
3
"properties": {
4
4
"content": {
5
-
"query": "SELECT TOP 100 *\nFROM OPENROWSET(\n BULK 'https://knoxlakegen2.blob.core.windows.net/etlload/currency.csv',\n FORMAT = 'csv')\nWITH (\n Code VARCHAR(10),\n Symbol VARCHAR(50),\n Name VARCHAR(100)\n) AS rows\n",
5
+
"query": "SELECT TOP 100 *\nFROM OPENROWSET(\n BULK 'https://knoxlakegen2.blob.core.windows.net/etlload/curr*.*',\n FORMAT = 'csv')\nWITH (\n Code VARCHAR(10),\n Symbol VARCHAR(50),\n Name VARCHAR(100)\n) AS rows\n",
0 commit comments