Home  >  Article  >  Database  >  How to write sql statements in navicat

How to write sql statements in navicat

angryTom
angryTomOriginal
2019-08-20 13:36:0213232browse

How to write sql statements in navicat

Many people may use Navicat for MySQL to operate the MySQL database on their computer. Today I will share how to write SQL statements in Navicat for MySQL.

First, use Navicat for MySQL to connect to the database and create a database. (Recommended tutorial: navicat graphic tutorial)

How to write sql statements in navicat

Then click [Query], there are two queries here, click on them casually Either one is fine.

How to write sql statements in navicat

Since we are writing SQL statements, we have to click [New Query] to create a query form.

How to write sql statements in navicat

As shown in the picture, This is the [Query Editor], where you can write SQL statements to practice

How to write sql statements in navicat

I will just write a SQL statement to demonstrate. What I wrote is to create a new data table statement

How to write sql statements in navicat

The above is the detailed content of How to write sql statements 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