当前位置:网站首页>Mysql database - single table query (I)
Mysql database - single table query (I)
2022-04-23 19:42:00 【X heart】
The first 1 Turn off : Basic query statement
USE Company;
# Please add the implementation code here
########## Begin ##########
########## retrieving the Name and Salary ##########
select Name,Salary
From tb_emp;
########## retrieving all the table ##########
select *
From tb_emp;
########## End ##########
The first 2 Turn off : belt IN Keyword query
USE Company;
# Please add the implementation code here
########## Begin ##########
########## retrieving the Name and Salary with IN statement ##########
select Name,Salary
from tb_emp
where id not in (1);
########## End ##########
The first 3 Turn off : belt BETWEEN AND The scope of inquiry
USE Company;
# Please add the implementation code here
########## Begin ##########
########## retrieving the Name and Salary with BETWEEN AND statement ##########
select Name,Salary from tb_emp where Salary > 3000 and Salary < 5000;
########## End ##########
版权声明
本文为[X heart]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231927030936.html
边栏推荐
猜你喜欢

php参考手册String(7.2千字)

Building googlenet neural network based on pytorch for flower recognition

Lottery applet, mother no longer have to worry about who does the dishes (assign tasks), so easy

ESP8266-入门第一篇

Comment créer un pass BEP - 20 sur la chaîne BNB

The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch

如何在BNB鏈上創建BEP-20通證

FFT物理意义: 1024点FFT就是1024个实数,实际进入fft的输入是1024个复数(虚部为0),输出也是1024个复数,有效的数据是前512个复数

【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码

MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
随机推荐
Use test of FFT and IFFT library functions of TI DSP
Audio editing generation software
Codeforces Round #783 (Div. 2) D题解
uIP1.0 主动发送的问题理解
视频理解-Video Understanding
命令-sudo
Speex维纳滤波与超几何分布的改写
How to use go code to compile Pb generated by proto file with protoc Compiler Go file
[H264] hevc H264 parsing and frame rate setting of the old version of libvlc
点云数据集常用处理
Kubernetes getting started to proficient - install openelb on kubernetes
MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
DevOps集成-Jenkins 服务的环境变量和构建工具 Tools
【webrtc】Add x264 encoder for CEF/Chromium
IIS data conversion problem: 16bit to 24bit
Main differences between go and PHP
MySQL syntax collation (3)
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (VII)
Kubernetes入门到精通-在 Kubernetes 上安装 OpenELB
Command - sudo