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

How to export sql statement in navicat

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-05 10:10:5312023browse

How to export sql statement in navicat

1. Create the student table and insert 3 rows of data.

How to export sql statement in navicat

2. Enter the query statement:

SELECT studentName
FROM student

How to export sql statement in navicat

Related recommendations: "Navicat for mysql usage pictures and texts Tutorial

3. Click Save As and enter the query name (name of the saved sql file).

How to export sql statement in navicat

#4. Click test on the left, right-click - [Open the included folder], and you can see the saved sql file.

How to export sql statement in navicatHow to export sql statement in navicat

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