Trying to use conditions in WHERE
select username,sum(woitem.qtytarget) as total
from item
join wo
ON wo.id = item.woid
JOIN […]
Original post by Prettyricky
select username,sum(woitem.qtytarget) as total
from item
join wo
ON wo.id = item.woid
JOIN […]
Original post by Prettyricky
Leave a Reply
You must be logged in to post a comment.