How to search in all rows and all columns?
movilogoMar 26 2009 — edited Mar 28 2009Suppose I want to search for a word but I don't know in which column it exists.
Is there any function to do search in all columns?
Or it is something I need to write myself by parsing data dictionary and then looping thru all columns in my procedure?