Home > Q&A > body text
$res = Db::table('user') ->field('id,name,age') ->find();
返回null
ringa_lee2019-12-21 19:56:26
Print sql and run it in the database management tool and you will know