Why don't I put the null returned by id in my find? It's not the first one by default.
南方有桥木
南方有桥木 2019-12-20 16:17:00
0
1
1332

$res = Db::table('user') ->field('id,name,age') ->find();

返回null

南方有桥木
南方有桥木

reply all(1)
ringa_lee

Print sql and run it in the database management tool and you will know

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template