This is a discussion on How to query words within the MySQL forums, part of the Database Server Software category; --> How to build a query to search "xyz abc qwe rty" x number of words on multiple fields in ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hemanth wrote: > How to build a query to search "xyz abc qwe rty" x number of words > > on multiple fields in a table ? > > any suggestions pls > With a WHERE clause. But it's impossible to give you a better response without better information - like database layout, etc. But most of the time I see this type of question it's pointing to a design problem in the database. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |