2015-09-02 130 views

回答

0

所有你需要做的只是使用你的適配器的query方法。

// $db is your DB adapter, e.g. an instance of Zend_Db_Adapter_Mysqli 
$db->query('INSERT new_table SELECT * from old_table WHERE date(created_time) < 2015-04-05'); 
相關問題