Mysql查询表中字段值的10个数据记录
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
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/114923.html<
Mysql查询表中字段值的10个数据记录
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
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/114923.html<