| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Faisal Nasim | Date: | July 25 1999 11:25am |
| Subject: | Re: Number of matches | ||
| View as plain text | |||
: Faisal Nasim writes: : > Hi, : > : > How do I search for a particular word in ANY field? : > : > And also get the number of matches of the search word found? (as a column : > perhaps) : : Hi! : : The answer is : one by one ! It can be done in a single query, though. : : Sinisa select * from mytable where ANY_FIELD LIKE 'BLAH'; Do I have to put all the fields like blah like 'BLAH' OR 'etc' like 'BLAH' and 30 more! :( ?
| Thread | ||
|---|---|---|
| • Number of matches | Faisal Nasim | 25 Jul |
| • Number of matches | sinisa | 25 Jul |
| • Re: Number of matches | Faisal Nasim | 25 Jul |
| • Re: Number of matches | sinisa | 26 Jul |
| • PC-Client f | ksausw | 25 Jul |
| • | Jeff Urban | 25 Jul |
| • PC-Client f | sinisa | 26 Jul |
