If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Some way/tool to do this with database scripts backups

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-08, 15:17
dr_pompeii dr_pompeii is offline
Registered User
 
Join Date: Jan 2008
Posts: 22
Some way/tool to do this with database scripts backups

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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On