为了账号安全,请及时绑定邮箱和手机立即绑定

laravel复合条件查询

laravel复合条件查询

PHP
墨色风雨 2019-03-08 21:58:25
sql语句: select name from area where parent_id = (select id from area where area_code = '110105000000') 我想知道laravel能不能用一条语句来构造出来这样的语句呢? 目前是这么做的 $parentId = DB::table('area')->where('area_code', $id)->value('id'); $streetList = DB::table('area')->where('parent_id', $parentId)->pluck('name');
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 666 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信