uot;Aris Santillan" <[EMAIL PROTECTED]>
Cc: "Php (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 4:29 PM
Subject: Re: [PHP] multiple db query
> For MySQL Version 3.23.25 and above - yes, and it is (surprisingly)
> called MERGE. I'm not su
For MySQL Version 3.23.25 and above - yes, and it is (surprisingly)
called MERGE. I'm not sure if tables can be merged across databases.
More in the manual.
Aris Santillan wrote:
is it possible to query on 2 databases
but with same tablename and merge its output?
--
PHP General Mailing List (ht
Aris Santillan wrote:
is it possible to query on 2 databases
but with same tablename and merge its output?
Probably. It depends upon your database, though.
SELECT t1.column, t2.column FROM database1.table1 t1, database2.table2
t2 WHERE ...
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/r
3 matches
Mail list logo