MySQL Forums
Forum List  »  Performance

Re: Time performance in query Inner Join
Posted by: Rick James
Date: July 11, 2011 11:28AM

Quote

EXPLAIN SELECT
`ID` ,
`CFT_Cod`,
`CDI`,
`BT` ,
`sec` ,
`Art`
FROM _tbl1
No, I want the query you are worried about. It's EXPLAIN plan will provide information about how it will be performed.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Time performance in query Inner Join
997
July 11, 2011 11:28AM


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.