首頁 > 問答 > 主體
$res = Db::table('user') ->field('id,name,age') ->find();
回傳null
ringa_lee2019-12-21 19:56:26
列印sql在資料庫管理工具裡運行一下就知道了