Re: RV: Select data from two different databases

2004-06-02 Thread Paul DuBois
At 13:57 -0500 6/2/04, Oropeza Querejeta, Alejandro wrote: Hi, two questions: Is it possible to select data from different Databases on the same server? Yes. You can qualify table and column names with the database name to specify which database you mean. http://dev.mysql.com/doc/mysql/en/Identifi

Re: RV: Select data from two different databases

2004-06-02 Thread Daniel Clark
Yes Local. SELECT databasename.tablename.columnname > Hi, two questions: > Is it possible to select data from different Databases on the same > server? > Is it possible to select data from different Databases on Different > servers across the network? > > I searched for information on how to do

Re: RV: Select data from two different databases

2004-06-02 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 02 June 2004 01:57 pm, Oropeza Querejeta, Alejandro wrote: > Hi, two questions: > Is it possible to select data from different Databases on the same > server? Select * from db1.table ,db2.table blah blah.. > Is it possible

RV: Select data from two different databases

2004-06-02 Thread Oropeza Querejeta, Alejandro
Hi, two questions: Is it possible to select data from different Databases on the same server? Is it possible to select data from different Databases on Different servers across the network? I searched for information on how to do it, but i haven't found any. thanks in advance Alejandro