Is there a equivalent way to see the execution plans from MYSQL like the set showplan on command in Sybase ASE?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

You can use the EXPLAIN statement.

link|improve this answer
thanks m8, that's what I needed :) I'll accept it in 8m time :P – aF. Nov 21 '11 at 14:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.