![]() |
От: |
#John
|
https://github.com/ichensky |
Дата: | 10.05.16 12:59 | ||
Оценка: |
begin tran
delete from xxx;
insert into yyy('aa', 34);
update zzz set ff='ttt';
-- тут скриптом вытянуть список всех таблици и diff между данными
commit tran