語法
湖州網站建設公司成都創新互聯,湖州網站設計制作,有大型網站制作公司豐富經驗。已為湖州近千家提供企業網站建設服務。企業網站搭建\成都外貿網站建設要多少錢,請找那個售后服務好的湖州做網站的公司定做!
where('字段名','表達式','查詢條件');
表達式列表
表達式 | 含義 |
---|---|
EQ、= | 等于(=) |
NEQ、<> | 不等于(<>) |
GT、> | 大于(>) |
EGT、>= | 大于等于(>=) |
LT、< | 小于(<) |
ELT、<= | 小于等于(<=) |
LIKE | 模糊查詢 |
[NOT] BETWEEN | (不在)區間查詢 |
[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://m.newbst.com/article26/pjcpcg.html
成都網站建設公司_創新互聯,為您提供標簽優化、、移動網站建設、網站制作、外貿網站建設、靜態網站
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯