MySQL Forums
Forum List  »  Optimizer & Parser

Re: Query multiple table
Posted by: Rick James
Date: March 30, 2009 07:16PM

Probably as simple as needing some indexes, but first, please provide
* SHOW CREATE TABLE tbl\G
* SHOW TABLE STATUS LIKE 'tbl'\G
* EXPLAIN SELECT ...\G
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Views
Written By
Posted
6959
March 29, 2009 05:14PM
Re: Query multiple table
2653
March 30, 2009 07:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.