I am working with a product database and i need to select products
that are greater than £150 also only entries that have "HP" in the third and forth position of the prod_id
.
So far i have tried
SELECT * FROM products WHERE prod_id LIKE 'hp%';
Here is a pic of the table i need to query