We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddcf79 commit 1c1fb2fCopy full SHA for 1c1fb2f
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;
+ N'Tu gères '';'' et ''"'' ?' as msg;
0 commit comments