Mailinglisten-Archive |
David Zinzius schrieb am Mittwoch, den 15. September 1999: > gibt es eine Möglichkeit mit einer Select-Abfrage aus 2 Datenbanken > ein Join zu erhalten? In den MySQL-Version 3.21.x: nein. Ab V3.22.0 ja: SELECT ... FROM db1.table1, db2.table2 ... Aus dem Handbuch-Kapitel "D.2.27 Changes in release 3.22.0": | * You can now refer to tables in different databases with references | of the form tbl_name_(at)_db_name or db_name.tbl_name. This makes it | possible to give a user read access to some tables and write | access to others simply by keeping them in different databases! Ciao, Martin -- Martin Ramsch <m.ramsch_(at)_computer.org> <URL: http://home.pages.de/~ramsch/ > PGP KeyID=0xE8EF4F75 FiPr=52 44 5E F3 B0 B1 38 26 E4 EC 80 58 7B 31 3A D7 --- *** Abmelden von dieser Mailingliste funktioniert per E-Mail *** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe
php::bar PHP Wiki - Listenarchive