1、mysql中創(chuàng)建測試表,create table test_user(id int, name varchar(20));
成都創(chuàng)新互聯(lián)是專業(yè)的舟山網(wǎng)站建設(shè)公司,舟山接單;提供成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站,網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行舟山網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
2、插入測試數(shù)據(jù),
insert into test_user values(1001,'jack');
insert into test_user values(1002,'lucy');
insert into test_user values(1003,'mike');
insert into test_user values(1004,'john');
insert into test_user values(1005,'may');
3、查看表中所有數(shù)據(jù),select * from test_user
4、編寫sql,查詢name列是否有jack名,
select * from test_user t where name = 'jack'
比如想查詢表a里title字段不為空的值:
select *from a where title null;
select case when find_in_set(id,'1,4')0 then id else null end from test;
這樣能找出哪些有值,剩下的都是沒值,是不能連哪些沒值的項(xiàng)目展示出來的,想要展示的話,首先你就得先把你的字符串拆分好,這就比較麻煩了
本文標(biāo)題:mysql怎么查詢沒有值,mysql模糊查詢不包含
鏈接地址:http://jinyejixie.com/article6/hopoog.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供用戶體驗(yàn)、做網(wǎng)站、外貿(mào)建站、營銷型網(wǎng)站建設(shè)、網(wǎng)站內(nèi)鏈、ChatGPT
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)