Marien
2010-06-24 14:47:08 UTC
Hello everyone!
Does enyone know if there is more elegant way to achieve SQL query below in
X++ then using the while loop?
select sum(Qty * amount) from OrderItem
where OrderItem.OrderNo = 'abc'
Thanks
Does enyone know if there is more elegant way to achieve SQL query below in
X++ then using the while loop?
select sum(Qty * amount) from OrderItem
where OrderItem.OrderNo = 'abc'
Thanks