I need to do a query where mileage > 500
select * from cars where mileage>500
So I need to cast it but everything I try throws an error such as :
ERROR: invalid input syntax for integer: "+"
How can I cast this?
Thanks!
ERROR: invalid input syntax for integer: "+"
How can I cast this?
Thanks!