Welcome to the website navigation,本站只接受合法正规的企业网站,欢迎站长们提交你的网站获得展示和流量有任何问题请联系站长,欢迎大家加入本站。

                
提交网站
  • 网站:76083
  • 待审:5
  • APP:577
  • 文章:304416
  • 会员:56004
文字内链包年1000元 文字内链包年1000元 文字内链包年1000元 AI办公网站 AI绘画工具 AIchat

MySQL笔记之连接查询详解1ZYAIChat_企业网址导航_网址分类目录_企业黄页网址提交查询专业网站!

1ZYAIChat_企业网址导航_网址分类目录_企业黄页网址提交查询专业网站!


多字段查询 复制具体相关代码 具体相关代码如下:     mysql> select id,name,birth from student;       所有字段查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student;       where指定查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where id=901; mysql> select * from student where id>=904; mysql> select name from student where department='计算机系';       in指定集合查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where birth in(1988,1990); mysql> select * from student where id in(903,906);     not in非范围查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where birth not in(1990,1998);       between and指定范围查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where birth between 1986 and 1988;       not between and不在指定范围的查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where id not between 904 and 906;       like字符串匹配查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where name like '_三'; mysql> select * from student where name like '张三'; mysql> select * from student where name like '张%';       not like不匹配查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where name not like '张%';       null查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where address is null;       and多条件查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where name like '张%' and birth>1985; mysql> select * from student where name like '张%' and birth>1985 and id like '%3';       or多条件查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where id=905 or birth=1988; mysql> select * from student where id=905 or birth=1988 or sex='女';   distinct查询结果不重复   复制具体相关代码 具体相关代码如下:     mysql> select distinct sex from student; mysql> select distinct department from student;       order by查询结果排序 复制具体相关代码 具体相关代码如下:     mysql> select * from student order by birth; mysql> select * from student order by birth asc; mysql> select * from student order by birth desc;       group by分组查询 复制具体相关代码 具体相关代码如下:     mysql> select sex,group_concat(name) from student group by sex; mysql> select sex,count(name) from student group by sex;       正则表达式查询 复制具体相关代码 具体相关代码如下:     mysql> select * from student where birth regexp '1988|1990';       limit限制查询结果数量 复制具体相关代码 具体相关代码如下:     mysql> select * from student limit 2; mysql> select * from student limit 1,3;

标签:

分享到:

  网友投稿

注册时间:

网站:0 个   APP:0 个  文章:0 篇

  • 76083

    网站

  • 577

    APP

  • 304416

    文章

  • 56004

    会员

赶快注册账号,推广您的网站吧!
文章分类
热门网站
最新入驻APP小程序

宝贝市场2023-02-08

宝贝市场——买手和卖家商品展示

夺宝助手2023-02-08

夺宝助手小程序,查看每日快夺宝平

查诚信2023-02-08

查诚信是一款免费的商业查询工具

车价天天报2023-02-08

快速连接汽车销售,获知汽车最新报

考勤助理小程序2023-02-08

上班签到考勤,实时定位,后台轻松

汽车报价大全查询2023-02-08

汽车报价大全查询提供最新汽车市