Hi,
My query sums up value of the field and I need to sum up a certain range accomplished by the LIMIT instruction but mysql sum up everything and LIMIT has been disregarded.
select
sum(quantity)
from
stock_card
limit 0,2;
Any help is greatly appreciated.
Thanks,
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --