in reply to Re: Syntax to update a table in mysql using catalyst framework
in thread Syntax to update a table in mysql using catalyst framework
This is updating all the records how to put where clause in it . Thanksmy $profile_update= $c->model('DBMain::Table')->update( { table_feild1 => $value, table_feild2 => $value2, }, { key => $value3} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Syntax to update a table in mysql using catalyst framework
by Corion (Patriarch) on Jan 08, 2009 at 07:26 UTC | |
by anirudh_sml (Novice) on Jan 08, 2009 at 07:31 UTC |