in reply to Re^3: Updating database question
in thread Updating database question
I'm not sure if the CONCAT function would be necessary.__PACKAGE__->set_sql(query_name_here => qq{ UPDATE __TABLE__ SET col3 = ? WHERE LOWER( col4 ) LIKE CONCAT('%', ?, '%') };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Updating database question
by dragonchild (Archbishop) on Jun 30, 2005 at 21:03 UTC |