你可以在CodeIgniter 中使用查詢生成器類別。 ... 'member_age'); $query = $builder->get(); // 產生的語法: SELECT MAX(age) as member_age FROM mytable.
確定! 回上一頁