我正在使用Server version: 5.6.26 MySQL Community Server (GPL)
。我正在尝试使用subodh
运算符使用以下查询插入&
表
insert into subodh values(&date_of_birth,&name,&age,&qualification,&id);
但它显示以下错误
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 '&date
_of_birth,&name,&age,&qualification,&id)' at line 1
请帮帮我。
由于