Order by – decimals help
Code:
select sum(woitem.qtytarget) as total, wo.num, sysuser.username
from woitem
join wo
ON wo.id = […]
Original post by Prettyricky
Code:
select sum(woitem.qtytarget) as total, wo.num, sysuser.username
from woitem
join wo
ON wo.id = […]
Original post by Prettyricky
Leave a Reply
You must be logged in to post a comment.