RE: searching multiple text fields

2001-07-25 Thread Chris Bolt
> I need to build a search utility which can query records based > on multiple text parameter, > my table will have about 10 fields and users can search on > 3-5 parameters in one query. is there any way to achieve this > other than doing a full table scan. http://www.mysql.com/doc/F/u/Fullt

searching multiple text fields

2001-07-25 Thread raghu nidagal
Hello I need to build a search utility which can query records based on multiple text parameter, my table will have about 10 fields and users can search on 3-5 parameters in one query. is there any way to achieve this other than doing a full table scan. thanks raghu ---