


MySQL uses the select statement to query the data of the specified column (field) in the specified table
Jan 03, 2017 pm 04:30 PMThis article introduces the execution of the select query statement in the MySQL database to query the data of the specified column, that is, the data of the specified field.
Let’s review the syntax of the select statement in the SQL statement:
The basic syntax of the Select statement:
Select If you want to query all the data in a specified column in a table, the query statement can be written as: select Column name 1, column name 2, column name 3... from To explain, you can still use the where clause after this statement to select the specified column of the specified row. In this way, the required results can be queried more accurately. Let's look at an example below, query the data of the two fields t_name and t_birth in the test table, and match the row t_name='name2': mysql> select t_name,t_birth from test where t_name='name2'; About MySQL using the select statement to query the data of the specified column (field) in the specified table, this article will introduce so much. I hope it will be helpful to everyone, thank you! For more articles related to MySQL using the select statement to query the data of the specified column (field) in the specified table, please pay attention to the PHP Chinese website! Undress images for free AI-powered app for creating realistic nude photos Online AI tool for removing clothes from photos. AI clothes remover Swap faces in any video effortlessly with our completely free AI face swap tool! Easy-to-use and free code editor Chinese version, very easy to use Powerful PHP integrated development environment Visual web development tools God-level code editing software (SublimeText3) order by
+-------+------------+
| t_name | t_birth |
+------- +----------------+
| name2 | 2013-01-01 |
+-------+------------ +
1 rows in set (0.00 sec)
Hot AI Tools
Undress AI Tool
Undresser.AI Undress
AI Clothes Remover
Clothoff.io
Video Face Swap
Hot Article
Hot Tools
Notepad++7.3.1
SublimeText3 Chinese version
Zend Studio 13.0.1
Dreamweaver CS6
SublimeText3 Mac version
Hot Topics