如test.sql 脚本编写如下:
insert into B select * from A where 条件=‘条件’delete from A where 条件=‘条件’
然后执行该test.sql脚本
mysql -u test -p123456 <test.sql
mysql没有换行一说
你要是想实现,只能update
例如
update 表 set newcolum=18 where sid=1
update 表 set newcolum=null where sid=4
只能这样一个个 *** 作
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)