📜  如何打印codeigniter查询生成器的mysql查询 - SQL代码示例
📅  最后修改于: 2022-03-11 15:05:18.409000             🧑  作者: Mango
代码示例1
To display the query string:
print_r($this->db->last_query());
To display the query result:
print_r($query);