Home  >  Article  >  Database  >  How to view help in mysql

How to view help in mysql

王林
王林Original
2020-09-29 13:42:223174browse

How to view help for mysql: View customized operation statements by executing the [? data definition] command. You can also view the data types supported by the database by executing the [?data types] command.

How to view help in mysql

The details are as follows:

(Recommended tutorial: mysql tutorial)

MySQL database is helpful Command, you can use the command to view the categories available for query. The operation command is:

? contents

How to view help in mysql

To view the MySQL custom operation statement, you can use the command:

? data definition

How to view help in mysql

If you want to check which data types are supported by the MySQL database, you can use the command:

? data types

How to view help in mysql

View the description of the data type varchar, You can use the command:

? varchar

How to view help in mysql

The show command is often seen in MySQL statements, such as show databases, show tables, etc. So what are the show commands? , you can use the command:

? show

How to view help in mysql

Related recommendations: php training

The above is the detailed content of How to view help in mysql. 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