Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support \N #3685

Closed
hanfei1991 opened this issue Jul 10, 2017 · 1 comment
Closed

Support \N #3685

hanfei1991 opened this issue Jul 10, 2017 · 1 comment

Comments

@hanfei1991
Copy link
Member

MySQL:

mysql> select \N;
+------+
| NULL |
+------+
| NULL |
+------+
1 row in set, 1 warning (0.00 sec)

TiDB:

mysql> select \N;
ERROR 1105 (HY000): line 0 column 8 near "N" (total length 9)

@breezewish
Copy link
Member

Treatment of \N as a synonym for NULL in SQL statements is deprecated as of MySQL 5.7.18 and is removed in MySQL 8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants