Skip to content

Commit 22b452d

Browse files
authored
removed ' which was a typo
1 parent bb1cd5d commit 22b452d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/query-folders-multiple-csv-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FROM OPENROWSET(
6464
trip_distance FLOAT,
6565
rate_code INT,
6666
store_and_fwd_flag VARCHAR(100) COLLATE Latin1_General_BIN2,
67-
pickup_location_id INT,'
67+
pickup_location_id INT,
6868
dropoff_location_id INT,
6969
payment_type INT,
7070
fare_amount FLOAT,

0 commit comments

Comments
 (0)