mysql 查詢表的結(jié)構(gòu),取每組的前3條數(shù)據(jù)并且有順序?
不列出表結(jié)構(gòu)及測(cè)試數(shù)據(jù),只能這樣大概寫個(gè)思路了:select a.* from(select t1.*,(select count(*)+1 from 表 where 分組字段=t1.分組字段 and 排序字段
不列出表結(jié)構(gòu)及測(cè)試數(shù)據(jù),只能這樣大概寫個(gè)思路了:select a.* from(select t1.*,(select count(*)+1 from 表 where 分組字段=t1.分組字段 and 排序字段