I am trying to fetch all rows from a particular table if value found in any column of the particular table.
you can just use IN
. eg
SELECT *
FROM tbName
WHERE yourValue IN (column1, column2, column3, ....)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With