Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »-=)GWC(RaMsEs« (23.01.2007, 11:21)
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »CULT_Bastrup« (23.01.2007, 11:47)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »-=)GWC(RaMsEs« (23.01.2007, 16:58)
Zitat
Original von CULT_Bastrup
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id,time,status FROM DB1 UNION SELE
Zitat
SELECT a.* FROM
(
SELECT tabelle1.id, tabelle1.time, tabelle1.status FROM tabelle1
UNION
SELECT tabelle2.id, tabelle2.time, tabelle2.status FROM tabelle2
)
AS a ORDER BY a.time;
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »patrik« (23.01.2007, 23:52)
Zitat
Original von CULT_Bastrup
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id,time,status FROM DB1 UNION SELE
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »patrik« (24.01.2007, 00:00)