ibatis中 sqlmap的查询语句可以用order by 排序吗
1个回答
展开全部
不是SQLMAP的问题,是SQL语句本身的问题
sql语句中order by 排序语句需要放在 where 条件语句之后。
Select语句的语法是:
select [distinct] *|column1[,column2,……]
from table1[,table2……]
[where 条件1[and|or|not 条件2……]
[group by 条件1[and|or|not 条件2……] [having 条件1[and|or|not 条件2]……]]
[order by columnA [[asc]|desc] [,columnB [asc]|desc]……]
sql语句中order by 排序语句需要放在 where 条件语句之后。
Select语句的语法是:
select [distinct] *|column1[,column2,……]
from table1[,table2……]
[where 条件1[and|or|not 条件2……]
[group by 条件1[and|or|not 条件2……] [having 条件1[and|or|not 条件2]……]]
[order by columnA [[asc]|desc] [,columnB [asc]|desc]……]
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询