Open the Navicat tool and connect to the database where sql needs to be executed.
Click on the query function option.
Related recommendations: "Navicat for mysql graphic tutorial"
Click on the new query function to pop up the input sql statement operation window .
The data needs to view the statement of the execution plan, click Execute, and then click Explanation. If the SQL execution time is too long, click Execute to skip Pass.
Select the explanation tag to view the sql execution plan.
The above is the detailed content of How to view navicat execution plan. For more information, please follow other related articles on the PHP Chinese website!