Код: Выделить всё
$var = '2020-11-01 01:33:51';
$var1 = id;
$this->db->set('location', call_type);
$this->db->where('call_date', $var);
if ($this->db->update('phone_acc')) {
return true;
} else {
return false;
}
Код: Выделить всё
UPDATE `phone_acc`
SET `location` = 'call_type'
WHERE `call_date` = '2020-11-01 01:33:51'
Код: Выделить всё
call_typeПодробнее здесь: https://stackoverflow.com/questions/653 ... lumn-value
Мобильная версия