`select * from bd_student where desc = ‘喜欢打排球’
1064 - 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 ‘desc = ‘喜欢打排球’’ at line 1
时间: 0s
`
一篇关于如何使用SQL从bd_student表中筛选喜欢打排球的学生,但因语法错误(desc=‘喜欢打排球’)导致1064错误的博客。提示检查MySQL服务器手册以修正语句。
`select * from bd_student where desc = ‘喜欢打排球’
1064 - 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 ‘desc = ‘喜欢打排球’’ at line 1
时间: 0s
`

被折叠的 条评论
为什么被折叠?