エントリを更新して 1 増やしたいと思います。CodeIgniter を使用して更新しようとすると、エラーが表示されます。
これは私のコードです:
$this->abc->update_by(1,array('group_count'=>"group_count+1"));
//here group_count is an integer.
これは私が得るエラーです:
不正な整数値: 行 1 の列「group_count」の「group_count+1」
これどうやってするの?