Skip to content

Commit a5f078c

Browse files
committed
feat: update cast.sql in examples
1 parent fcc72da commit a5f078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cast.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SELECT CAST('test' AS CHAR CHARACTER SET utf8mb4 COLLATE utf8mb4_bin);
1+
SELECT CAST('test' AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_bin;
22

0 commit comments

Comments
 (0)