There was an error while loading. Please reload this page.
1 parent 7ddcf79 commit bbaeae1Copy full SHA for bbaeae1
1 file changed
tests/data_formats/csv_data_mssql.sql
@@ -8,4 +8,4 @@ select
8
union all
9
select
10
1 as id,
11
- CONCAT(N'Tu gères ', NCHAR(39), NCHAR(59), NCHAR(39), N' et ', NCHAR(39), NCHAR(34), NCHAR(39), N' ?') as msg;
+ CONCAT(N'Tu gères ', NCHAR(39), N';', NCHAR(39), N' et ', NCHAR(39), N'"', NCHAR(39), N' ?') as msg;
0 commit comments