This may be simple, but I am no SQL whiz so I am getting lost. I understand that sql takes your query and executes it in a certain order, which I believe is why this query d
try this:
select * from purchaseorders where try_cast(purchase_order_number as int) >= 7