MYSQL如何在创建表时添加判断条件
摘要:
今天在博主练习MYS创建表操作时遇到一个语法报错,就想着来和大家分享一下MYSQL如何在创建表时添加判断条件:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[if not exists] tb_name(id int)' at line 1
上网一查才发现,原来是自己在代码中添加判断条件时多敲了一对 " [ ] "(源代码最文末)。 阅读全文
posted @ 2022-03-05 13:24 皓敐 阅读(458) 评论(0) 推荐(0) 编辑