Re: [PHP] multiple db query

2003-09-02 Thread murugesan
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

Re: [PHP] multiple db query

2003-09-02 Thread Marek Kilimajer
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

Re: [PHP] multiple db query

2003-09-02 Thread John W. Holmes
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