blob: bc0daf6530ecbe2f154ab400d942e4a3e6cb9e3b [file] [log] [blame]
--! qt:dataset:part
-- testAggrFuncsWithNoGBYNoPartDef
select p_mfgr,
sum(p_retailprice) as s1
from part;