当前位置:网站首页>MySQL query
MySQL query
2022-07-04 02:53:00 【sshi9】
Simple query
It is preferred to create a database and import the required sql file
View table structure
Query a field
Check the name of the employee
Select The statement is followed by the field name ,select Is the key word ,select And field names are separated by spaces ,from Represents the table to query , It is separated from the field by a space
Query multiple fields
Query employee's number and name
Query multiple fields ,select Fields in adopt comma Interval is enough , The last field , That is to say from The preceding fields cannot use commas
Query all fields
Conditions of the query
Conditional query needs to use where sentence ,where It must be put in from After the statement table
The following operators are supported
Operator | explain |
= | be equal to |
<> or != | It's not equal to |
< | Less than |
<= | Less than or equal to |
> | Greater than |
>= | Greater than or equal to |
between … and …. | Between two values , Equate to >= and <= |
is null | by null(is not null Not empty ) |
and | also |
or | perhaps |
in | contain , It's equivalent to more than one or(not in Not in this range ) |
not | not You can take non , Mainly used in is or in in |
like | like It is called fuzzy query , Support % Or underline match % Match any character Underline , An underscore matches only one character |
Example
The inquiry salary is 5000 The employees'
Usage is in where Add the required conditions and operators after
like Can fuzzy query
Check the name with M At the beginning, all the employees
边栏推荐
- Global and Chinese market of thin film deposition systems 2022-2028: Research Report on technology, participants, trends, market size and share
- A. Div. 7
- MySQL workbench use
- AI 助力藝術設計抄襲檢索新突破!劉芳教授團隊論文被多媒體頂級會議ACM MM錄用
- C language black Technology: Archimedes spiral! Novel, interesting, advanced~
- What are the main investment products of bond funds and what are they
- 1day vulnerability pushback skills practice (3)
- Network byte order
- Question d: Haffman coding
- 在尋求人類智能AI的過程中,Meta將賭注押向了自監督學習
猜你喜欢
Package and download 10 sets of Apple CMS templates / download the source code of Apple CMS video and film website
C learning notes: C foundation - Language & characteristics interpretation
Push technology practice | master these two tuning skills to speed up tidb performance a thousand times!
VRRP+BFD
Solve the problem that the tabbar navigation at the bottom of vantui does not correspond to the page (window.loading.hash)
Yyds dry goods inventory hand-in-hand teach you the development of Tiktok series video batch Downloader
MySQL advanced SQL statement (1)
Network byte order
LV1 tire pressure monitoring
Fudan released its first review paper on the construction and application of multimodal knowledge atlas, comprehensively describing the existing mmkg technology system and progress
随机推荐
Contest3145 - the 37th game of 2021 freshman individual training match_ G: Score
WordPress collection WordPress hang up collection plug-in
Global and Chinese markets for electroencephalogram (EEG) devices 2022-2028: Research Report on technology, participants, trends, market size and share
12. Gettimeofday() and time()
Dare to climb here, you're not far from prison, reptile reverse actual combat case
2022 examination summary of quality controller - Equipment direction - general basis (quality controller) and examination questions and analysis of quality controller - Equipment direction - general b
Node solves cross domain problems
Safety tips - seat belt suddenly fails to pull? High speed police remind you how to use safety belts in a standardized way
(column 23) typical C language problem: find the minimum common multiple and maximum common divisor of two numbers. (two solutions)
Mysql-15 aggregate function
POSTECH | option compatible reward reverse reinforcement learning
Setting methods, usage methods and common usage scenarios of environment variables in postman
Question C: Huffman tree
Global and Chinese market of box seals 2022-2028: Research Report on technology, participants, trends, market size and share
Enhanced for loop
Comment la transformation numérique du crédit d'information de la Chine passe - t - elle du ciel au bout des doigts?
There is no need to authorize the automatic dream weaving collection plug-in for dream weaving collection
查詢效率提昇10倍!3種優化方案,幫你解决MySQL深分頁問題
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
The requests module uses