select  b.cust_id
from OrderItems a, Orders b
where a.order_num = b.order_num and a.item_price >= 10