Thread
:
table update issue
View Single Post
#
1
(
permalink
)
05-10-2008, 04:08 PM
hunt_h_er
Junior Member
Join Date: Apr 2008
Posts: 2
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?
hunt_h_er
View Public Profile
Send a private message to hunt_h_er
Find all posts by hunt_h_er