You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version

2022/4/24 2:12:33

本文主要是介绍You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

sql 语句有错

检查sql语句和 限制条件的顺序

按顺序书写

-- "mysql语句编写顺序"
1 select distinct *
2 from 表(或结果集)
3 where …
4 group by …having…
5 order by …
6 limit start,count
-- 注:1、2属于最基本语句,必须含有。
-- 注:1、2可以与3、4、5、6中任一搭配,也可以与3、4、5、6中多个同时搭配。

 



这篇关于You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程