新聞資訊
我們不只做網(wǎng)站...
mysql的查詢(xún)語(yǔ)句
發(fā)表日期:2021-07-26 文章編輯:洛壹網(wǎng)絡(luò) 文章來(lái)源:網(wǎng)站建設(shè)公司
mysql的查詢(xún)語(yǔ)句
查所有
select * from t5;
查一條數(shù)據(jù)
select *from t5 where id=9;
查符合條件數(shù)據(jù)對(duì)應(yīng)列的數(shù)據(jù)
select username from user where id=4;
給字段取別名
select username user form user;
select username as user from user;
-- distinct去除重復(fù)值 ,增加多個(gè)的時(shí)候,必須兩個(gè)同時(shí)不重覆才去除顯示
select distinct username,password form user;
查詢(xún)空值 null
select * from t1 where username is null;
select * from t1 where username is not null;
like的使用方法 用來(lái)做搜索
like(包含)%PHP% 包含php
select * from art where content like '%PHP%';
本文鏈接:http://cdmfj.com/news-details-39-485-1.html
版權(quán)聲明:
1:本站所有內(nèi)容均由互聯(lián)網(wǎng)收集整理、上傳,并且以計(jì)算機(jī)技術(shù)研究交流為目的,僅供大家參考、學(xué)習(xí),不存在任何商業(yè)目的與商業(yè)用途,如描述有誤或者學(xué)術(shù)不對(duì)之處歡迎及時(shí)提出,不甚感謝。
2、 如涉及版權(quán)問(wèn)題,請(qǐng)聯(lián)系我們4724325@qq.com第一時(shí)間處理;
我們的服務(wù)
相關(guān)新聞
-
網(wǎng)站開(kāi)發(fā)時(shí)使用calc() 計(jì)算高度 vh px
-
什么是前端工程師?前端工程師需要掌握...
-
做網(wǎng)站,手風(fēng)琴的制作方法
-
網(wǎng)站特效之?dāng)?shù)字滾動(dòng)
-
網(wǎng)站建設(shè)公司哪家好?網(wǎng)站設(shè)計(jì)選擇哪家...
-
是不是所有企業(yè)都適合做營(yíng)銷(xiāo)型網(wǎng)站呢?
-
高端網(wǎng)站定制和高端網(wǎng)站建設(shè),請(qǐng)找我們...
-
響應(yīng)式網(wǎng)站發(fā)展趨勢(shì)是時(shí)候了解下
-
ICP證書(shū)是什么?
-
網(wǎng)站建設(shè)時(shí),我們須了解 Web 端交互支...