Hi, I would like to update a counter column in invision powerboard to +1 for each veiws. I am using the following but it does not work.
$this->DB->update( 'counter', array( 'count'=>'count+1'),...
How do I write the query to update the count column and add 1. Thanks for any help.