|
mySQL help please
did this query:
UPDATE `BLOG_MEMBERS` SET `M_STAT` = '1' WHERE `BLOG_MEMBERS`.`MEMBER_ID` =612 LIMIT 1 ;
I am curious what the "limit 1" does?
I am curious how I would modify the syntax of the same query to automatically do all member_id from say 1 to 612?
thanks
|