关联数据集,关联之后如何在报表块内只分总汇总后取前五
双击数据列,直接取前5个
数据集中?
mysql
select * from test order by 字段 limit 5
mssql
select top 5 * from test order by 字段