I want to print query before Updating in database in CODEIGNITER.
$data['name'] = $name;
$data['email'] = $email;
$data['mobileNo'] = $mobileNo;
$data['areaID'] = $areaID;
$data['address'] = $address;
$this->db->update('db_SaleDetail', $data);