mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removed relative path for the data files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
options (readsize=2048000,bindsize=1600000, rows=100000, silent=(header, feedback) )
|
||||
load data
|
||||
infile '..\..\..\customer.csv' "str '\r\n'"
|
||||
infile 'customer.csv' "str '\r\n'"
|
||||
append
|
||||
into table SALES.CUSTOMER
|
||||
fields terminated by '|'
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
options (readsize=2048000,bindsize=1600000, rows=100000, silent=(header, feedback) )
|
||||
load data
|
||||
infile '..\..\..\inventory.csv' "str '\r\n'"
|
||||
infile 'inventory.csv' "str '\r\n'"
|
||||
append
|
||||
into table SALES.INVENTORY
|
||||
fields terminated by '|'
|
||||
|
||||
Reference in New Issue
Block a user