I have a table with the fields:
id | name | surname | email | pin
I want to search every field above (apart from id) with a user entered keyword.
I’m not sure how to structure the sql though.
SELECT * FROM users WHERE ?????
Thanks for any help!
1 Answer