Many little cuties may use Navicat for MySQL to operate the MySQL database of the computer. Today I will share how Navicat for MySQL executes SQL statements.
Recommended tutorial: navicat graphic tutorial
##1. First, use Navicat for MySQL to connect to the database and create a database. #2. Then click Query. There are two queries here. You can click on any one. #3. Since we want to execute the SQL statement, we need to create a new query form first. #4. As shown in the picture, this is the query editor, where you can write SQL statements to practice. #5. As shown in the picture, I will write a random SQL statement to demonstrate. What I wrote is to create a new data table statement. #6. Then such an "impact" message will pop up, indicating that it is running.The above is the detailed content of How to run sql statement in navicat. For more information, please follow other related articles on the PHP Chinese website!