| Author |
SQL Query
|
Premila Devi Dayalan
Ranch Hand
Joined: Jul 19, 2009
Posts: 40
|
|
I could like to write a SQL Query for SELECT data from one Database Table Example :Database Name:db_cam_eve,and table name:cam_asset location and insert the Data Into another Database,Example:Database Name:db_cam_it,with same table name as cam_asset location.
Here I just wanted to gripped the data from other Database[db_cam_eve] and put in another database[db_cam_it],which have same table name.
Is it possible.
Please advise.
[moderator edit: disabled smilies because they interfiered with content]
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32656
|
|
Please tell us that the thread is about in its title.
Can't you specify the table names with database_name.table_name?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Premila,
Different databases or different schemas? If different schemas, you can specify schema_name.table_name. (assuming your user id has access to both schemas of course)
Accessing different databases is more complicated. And database specific. For example, in Oracle you can use a synonym.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Premila Devi Dayalan
Ranch Hand
Joined: Jul 19, 2009
Posts: 40
|
|
Dear Sir,
Please advise me,on these.
Example:
The Schema is, , which representing the "e" as schema_name.table_name.
What is the benefits of Using Schema sir.
I am using Pg Admin II,to run the database,and there is a "Schema" from the Drop Down Menu.The Schema in my database named "db_cam_it" is "cam","jbpm" and "public"..What jbpm and public start for sir.
Please advise me sir.
|
 |
 |
|
|
subject: SQL Query
|
|
|