mysql的查询语句
发表日期:2021-07-26 文章编辑:九游会老哥俱乐部网络 文章来源:网站建设公司
mysql的查询语句
查所有
select * from t5;
查一条数据
select *from t5 where id=9;
查符合条件数据对应列的数据
select username from user where id=4;
给字段取别名
select username user form user;
select username as user from user;
-- distinct去除重复值 ,增加多个的时候,必须两个同时不重覆才去除显示
select distinct username,password form user;
查询空值 null
select * from t1 where username is null;
select * from t1 where username is not null;
like的使用方法 用来做搜索
like(包含)%PHP% 包含php
select * from art where content like '%PHP%';
本文链接://jxqydp.com/news-details-39-485-1.html
版权声明:
1:本站所有内容均由互联网收集整理、上传,并且以计算机技术研究交流为目的,仅供大家参考、学习,不存在任何商业目的与商业用途,如描述有误或者学术不对之处欢迎及时提出,不甚感谢。
2、 如涉及版权问题,请联系九游会老哥必备的交流社区_俱乐部第一时间处理;