Mailinglisten-Archive |
> Konsens. Außerdem ist die Auswertung dieses Querys dann absolut > chaotisch. Ich habe das Problem mit einer tempöraren Tabelle gelöst: create temporary table TEMP select id, subject, '1', date from TABELLE_1 where subject like '%grün%'; insert into TEMP select id, subject, '2', date from TABELLE_2 where subject like '%grün%'; select * from TEMP order by DATE DESC; drop table temp; Das habe ich aus Punkt 9.4 der MySql Dokumentation. Das like ist auch nicht optimal, doch ich brauche das nur, da die Volltextsuche von 3.23 noch nicht stabil ist. Manuel --- *** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive