Page 1 of 1

Search engine optimization

Posted: Mon Jan 22, 2007 3:24 pm
by user___
Hi guys,
I have a question about a search engine optiomization. I have an input box where a user enters a value. Then by using this value I check ten tables for matches. My questions is which is the best way of doing that search. I wonder whether it is better to use multiple different queries or unite them. I would appreciate any kind of help.

Posted: Mon Jan 22, 2007 3:36 pm
by feyd
If the data contained in each is not uniform with respect to each other you should probably use separate queries.

Reply

Posted: Mon Jan 22, 2007 3:58 pm
by user___
Thank you feyd.