F
fossil
Unregistered / Unconfirmed
GUEST, unregistred user!
怎么把查询
USE pubs
SELECT type, price, advance
FROM titles
ORDER BY type
COMPUTE SUM(price), SUM(advance) BY type
结果在DBGRID中呈现出来
USE pubs
SELECT type, price, advance
FROM titles
ORDER BY type
COMPUTE SUM(price), SUM(advance) BY type
结果在DBGRID中呈现出来