Home  >  Article  >  Database  >  How to run sql statement in navicat

How to run sql statement in navicat

angryTom
angryTomOriginal
2019-08-10 16:19:5521008browse

How to run sql statement in navicat

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.

How to run sql statement in navicat

#2. Then click Query. There are two queries here. You can click on any one.

How to run sql statement in navicat

#3. Since we want to execute the SQL statement, we need to create a new query form first.

How to run sql statement in navicat

#4. As shown in the picture, this is the query editor, where you can write SQL statements to practice.

How to run sql statement in navicat

#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.

How to run sql statement in navicat

#6. Then such an "impact" message will pop up, indicating that it is running.

How to run sql statement in navicat


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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn