View Single Post
  #1 (permalink)  
Old 05-10-2008, 04:08 PM
hunt_h_er hunt_h_er is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default table update issue

I'm trying to query a database with 'update table set column = column + 1 where...'..

Using zend_db_table I've tried with $table->update(array('column' => 'column+1', $where), but it hadn't worked.

Could somebody help me?
Reply With Quote