How to check the occurrence of a string in any field?
Nothing specific like WHERE campo1 = "abcd"
, since I want to check the occurrence in any field.
That is something different also from the extensive OR, to sweep each field, something like: WHERE campo1 = "abcd" OR campo2 = "abcd" OR campo3 = "abcd"
, ..
I think there is an alternative beyond this last one, yes?