Displaying 1 result from an estimated 1 matches for "wvanbergen".
2009 Apr 30
2
how to search all fields for a string in SQL ?
Using SQL or activerecord I am not sure how to search all fields for a
specific value ?
I know how to do this by just writing ruby code. To do it in SQL or an
activerecord find w/condition,
I don''t know how. I actually am supposed to combine an find w/
condition and a search all fields for a
value and AND those together. I think perhaps it can''t be done with a
single find ?