mysql查詢?nèi)砟匙侄沃底畲蟮?0條數(shù)據(jù)記錄,sql語句的寫法:
select * from 表 order by 要最大值的字段 desc limit 0,10
select a.*, b.*, c.* from 表1, 表2, 表3 order by a.id(要最大值的字段) desc limit 0,10
select * from 表 order by 要最大值的字段 desc limit 0,10
select a.*, b.*, c.* from 表1, 表2, 表3 order by a.id(要最大值的字段) desc limit 0,10