Search code examples
mysqlsap-ase

MYSQL equivalent to Sybase ASE command?


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


Solution

  • You can use the EXPLAIN statement.