本篇文章小编给大家分享一下Laravel框架查询构造器CURD操作示例代码,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
新增
//插入一条数据 public function insert(){ $rs = DB::table('student')->insert([ 'name' => 'Kit', 'age' => 12 ]); dd($rs); //true }
//插入一条数据并返回自增ID public function insert(){ $id = DB::table('student')->insertGetId([ 'name'=>'Tom', 'age'=>11 ]); dd($id); //1004 }
//插入多条数据 public function insert(){ $rs = DB::table('student')->insert([ ['name'=>'Ben','age'=>22], ['name'=>'Jean','age'=>23] ]); dd($rs);//true }
更新
//更新一条数据 public function update(){ $rs = DB::table('student') ->where('id',1003) ->update(['age'=>10]); dd($rs);//1,返回受影响的行数 }
//自增更新 public function update(){ //所有年龄加1 $rs = DB::table('student')->increment('age'); dd($rs);//5,返回受影响的行数 //ID为1001的年龄加3 $rs = DB::table('student') ->where('id',1001) ->increment('age',3); dd($rs);//1,返回受影响的行数 }
//自减更新 public function update(){ //所有年龄加1 $rs = DB::table('student')->decrement('age'); dd($rs);//5,返回受影响的行数 //ID为1001的年龄加3 $rs = DB::table('student') ->where('id',1001) ->decrement('age',3); dd($rs);//1,返回受影响的行数 }
//1001年龄加3并且性别改为11 public function update(){ $rs = DB::table('student') ->where('id',1001) ->increment('age',3,['sex'=>11]); dd($rs);//1,返回受影响的行数 }
删除
//删除ID为1006的数据 public function delete(){ $rs = DB::table('student') ->where('id',1006) ->delete(); dd($rs);//1,返回受影响的行数 }
//删除ID大于1003的数据 public function delete(){ $rs = DB::table('student') ->where('id','>',1003) ->delete(); dd($rs);//2,返回受影响的行数 }
//清空数据表,不返回任何东西 DB::table('student')->truncate();
查询
get
first
pluck
select
//查询所有数据 $rs = DB::table('student')->get();
//查询第一条数据 $rs = DB::table('student')->orderBy('id','desc')->first();
//查询一个name字段 $rs = DB::table('student')->pluck('name'); //查询name字段并以ID为键名 $rs = DB::table('student')->pluck('name','id');
//查询name,age,sex字段 $rs = DB::table('student')->select('name','age','sex')->get();
聚合函数
$rs = DB::table('student')->count(); $rs = DB::table('student')->max('age'); $rs = DB::table('student')->min('age'); $rs = DB::table('student')->avg('age'); $rs = DB::table('student')->sum('age');
永劫无间手游测试服 安卓版v1.0.262342
下载永劫无间手游台服 安卓版v1.0.262342
下载永劫无间手游国际服 安卓版v1.0.262342
下载永劫无间手游豌豆荚版 安卓版v1.0.262342
下载曼德拉男孩 最新版v2025.1.1
曼德拉男孩是一款专为女性玩家准备的治愈类恋爱游戏,在这里玩家
游戏开发者无限金币版 最新版v1.0.16
游戏开发者内置菜单版是一款非常好玩的模拟经营类手游,内部有功
没有中间商赚差价内购版 最新版v23.7.3
没有中间商赚差价免广告是一款非常好玩的模拟经营类手游,无需看
我的世界某不科学的空岛下载mcbbs 最新版v隔壁老王
我的世界某不科学的空岛整合包是一款像素风格的模拟沙盒游戏,该
洗衣店模拟器无限钞票免广告版 v2.2.2
洗衣店模拟器无限钞票版是一款模拟经营类手游,玩家们将在游戏中