Viewing 2 posts - 1 through 3 (of 3 total)
thanks for your reply. much appreciated!
September 2, 2011 at 7:59 am
#1376445
thanks guys. ive figured it out.
SELECT LEFT(all6,3) AS curr, COUNT(*) AS volume, SUM(MID (all6, 4, 20)) AS figure
FROM all6
GROUP BY LEFT(all6,3);
gives me the total volumes and balances of each...
August 24, 2011 at 2:45 am
#1372404