mysql排序

Posted 多一点

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql排序相关的知识,希望对你有一定的参考价值。

  

  MySQL里desc和asc的意思
    desc是descend 降序意思 
    asc 是ascend 升序意思
    sql = "select 表内容名    from   数据库表名 Putout=true order by 读取的排序表名 asc"

例如
sql = "select  *  from   user   where  Putout=true   order by time    desc"    //按最新时间来排序
sql = "select  *  from   user   where  Putout=true   order by time    asc"      //按早时间来排序






以上是关于mysql排序的主要内容,如果未能解决你的问题,请参考以下文章

mysql 多重排序

mysql排序

mysql 下级分类 排序

php和mysql排序问题

mysql 时间排序问题

21《MySQL 教程》ORDER BY 排序