2 lines
63 B
MySQL
2 lines
63 B
MySQL
|
|
use antville;
|
||
|
|
update STORY set ISONLINE = 2 where ISONLINE = 1;
|