sql1:select * from tablename order by username asc
解释:上面语句的意思是用过username 字段升序排序后输出 tablename表的结果。
sql2:select * from tablename order by username desc
解释:上面语句的意思是用过username 字段降序排序后输出 tablename表的结果。
欢迎分享,转载请注明来源:内存溢出
sql1:select * from tablename order by username asc
解释:上面语句的意思是用过username 字段升序排序后输出 tablename表的结果。
sql2:select * from tablename order by username desc
解释:上面语句的意思是用过username 字段降序排序后输出 tablename表的结果。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)