![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I'm new at Sybase, I want to make a query selecting fields from different databases, how can I make it? Thanks for your time! |
#3
| |||
| |||
|
|
On Oct 14, 9:48*am, yuriha <yur... (AT) gmail (DOT) com> wrote: Hi! I'm new at Sybase, I want to make a query selecting fields from different databases, how can I make it? Thanks for your time! Sybase (the company) has 4 different database products (ASA, ASE, IQ, Advantage), so please specify the exact product, version and platform when you ask a question. Assuming you are asking about combining data from tables in multiple databases on an Adaptive Server Enterprise server, you can use fully qualified object names (dbatabase_name.owner_name.table_name) example: select * * *a.col1, b.col2 from * * table1..database1 a, table2..database2 b where * * *a.pk = b.pk |
#4
| |||
| |||
|
|
Hi! I'm new at Sybase, I want to make a query selecting fields from different databases, how can I make it? Thanks for your time! |
![]() |
| Thread Tools | |
| Display Modes | |
| |