Yürütme sorgula 'a = b SET'

0 Cevap php

I want to execute 'SET a = b' query using Active Record in Codeigniter. I am using MySQL. I tried with

$this->db->set('a', 'b', FALSE);

Ama yürütür

SET a = NULL

0 Cevap