Hello guys 

if i have for example
a simple table call person

with 'id' and 'name' how columns

i can do a backup and get some file (A.sql)
with all the inserts statements

here, all fine

but
how i can do this?

for each insert statement generated in A.sql
create a new B.sql, with update statements

its possible do this?

even worst, if a have a table with 20 columns
i need the way to generate the same B.sql
but with my desired columns to update

thanks in advanced

-- 
View this message in context: 
http://www.nabble.com/Some-way-tool-to-do-this-with-database-scripts-backups-tp16496072p16496072.html
Sent from the MySQL - General mailing list archive at Nabble.com.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to