語法
湖州網(wǎng)站建設(shè)公司成都創(chuàng)新互聯(lián),湖州網(wǎng)站設(shè)計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為湖州近千家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\成都外貿(mào)網(wǎng)站建設(shè)要多少錢,請找那個售后服務(wù)好的湖州做網(wǎng)站的公司定做!
where('字段名','表達式','查詢條件');
表達式列表
表達式 | 含義 |
---|---|
EQ、= | 等于(=) |
NEQ、<> | 不等于(<>) |
GT、> | 大于(>) |
EGT、>= | 大于等于(>=) |
LT、< | 小于(<) |
ELT、<= | 小于等于(<=) |
LIKE | 模糊查詢 |
[NOT] BETWEEN | (不在)區(qū)間查詢 |
[NOT] IN | (不在)IN 查詢 |
[NOT] NULL | 查詢字段是否(不)是NULL |
[NOT] EXISTS | EXISTS查詢 |
EXP | 表達式查詢,支持SQL語法 |
> time | 時間比較 |
< time | 時間比較 |
between time | 時間比較 |
notbetween time | 時間比較 |
示例
where('id','eq',100); where('id','=',100); where('id',100);
where('id','neq',100); where('id','<>',100);
where('id','gt',100); where('id','>',100);
where('id','egt',100); where('id','>=',100);
where('id','lt',100); where('id','<',100);
where('id','elt',100); where('id','<=',100);
where('name','like','thinkphp%'); where('name','like',['%think','php%'],'OR');
where('id','between','1,8'); where('id','between',[1,8]);
where('id','not in','1,5,8'); where('id','not in',[1,5,8]);
where('name', null); where('title','null'); where('name','not null'); where('title','=', 'null'); where('name','=', 'not null');
where('id','in','1,3,8'); where('id','exp',' IN (1,3,8) ');
名稱欄目:thinkphp-where-表達式查詢
分享地址:http://aaarwkj.com/article26/pjcpcg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標簽優(yōu)化、、移動網(wǎng)站建設(shè)、網(wǎng)站制作、外貿(mào)網(wǎng)站建設(shè)、靜態(tài)網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)