假设表table中有2个数字型 字段 price,num;DBGRID指向数据集。在数据集中请求select price,num from table union all select sum(price),sum(num) from table