【发布时间】:2011-06-23 11:00:29
【问题描述】:
我的查询是这样的
INSERT INTO tbl VALUES(UNHEX('some_value'));
如何使用 codeigniter 活动记录,特别是 '$this->db->set' 函数来取消此查询
this->db->set('password', $value); // How do I insert the mysql function here
$this->db->insert('tbl');
【问题讨论】: