hi guys,
i am doing an SQL question where the table is item and the two columns i have are reorderlevel and QOH
The question is List details for the items where the qty on hand exceeds the reorder level by 10 or more.
I have so far
select * from item
where QOH >