insert or update rows into mysql
Posted: Mon Aug 29, 2005 9:25 pm
i read help docs of mysql functions, i can not find any function for inserting or updating rows.
Q: must we query SQL to insert and update rows?
if so, how do we lock rows to prevent data from beening multiplly (by multiple persons) updated at same time?
Q: must we query SQL to insert and update rows?
if so, how do we lock rows to prevent data from beening multiplly (by multiple persons) updated at same time?