Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

jsp

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
sojyabraham

jsp

#1 Post by sojyabraham »

i want code for integrating mutiple databases in to a single database

kayumi
Posts: 3
Joined: 2006-06-02 04:21

#2 Post by kayumi »

how about

cat db1 db2 db3 > db4

or more professionally

cat db1 db2 db3 | sort | uniq > db4

You might want to ask a slightly more specific question.
What kind of databases are you using db4,cdb,mysql,oracle,....)
How do you want to handle duplicates etc.
(you might also try to ask a tiny bit more politely)

gektor
Posts: 1
Joined: 2006-06-25 18:49

cat

#3 Post by gektor »

kayumi wrote:how about

cat db1 db2 db3 > db4

or more professionally

cat db1 db2 db3 | sort | uniq > db4

You might want to ask a slightly more specific question.
What kind of databases are you using db4,cdb,mysql,oracle,....)
How do you want to handle duplicates etc.
(you might also try to ask a tiny bit more politely)
Awesome idea!

Post Reply