Home > Database > Mysql Tutorial > body text

How to view help in mysql

王林
Release: 2020-09-29 13:42:22
Original
3135 people have browsed it

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
Copy after login

How to view help in mysql

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

? data definition
Copy after login

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
Copy after login

How to view help in mysql

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

? varchar
Copy after login

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!