MySQL REPLACE()を使用しますコード>
次のように機能します:
$this->db->select("*, REPLACE(string_column, 'ANSWER', 'replaceTextHere') AS 'response'");
MySQL REPLACE()を使用しますコード>
次のように機能します:
$this->db->select("*, REPLACE(string_column, 'ANSWER', 'replaceTextHere') AS 'response'");