企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# from 多表查询from() from方法参数说明 ``` public function from ( string $tables ) ``` 参数 ``` $field 查询的表名(必须包含表前缀) ``` 根据组id查找组名称 ``` $map = [ 'id' => ['gt' , 0] // id > 0 ]; M()->from('mc_auth_users')->where($map)->select(); ```