Basically, I want to search multiple columns rather than a single one. Lisiting the column names individually and separating them by commas, 'AND', or 'OR' returns a syntax error.
some dbms also provide simpler solutions for this instead of an or. in mysql you can use its full text search. you can try using a concat in oracle as well.
some dbms also provide simpler solutions for this instead of an or. in mysql you can use its full text search. you can try using a concat in oracle as well.
And engines as well. MSSQL also have full text search.
Bookmarks