Ich habe 2
MySQL Tabellen in denen Datums/Zeitinformationen mit einer Information gespeichert sind.
Wie kann ich nun ein
Query machen das mir beide Tabellen nach Datum und Zeit ausgibt.
Bsp:
Table1
11/12/1234 - 12:34 - Foo1
13/12/1234 - 12:34 - Foo2
Table2
11/12/1234 - 22:22 - Foo3
12/12/1234 - 12:34 - Foo4
Die Ausgabe sollte nun so aussehen:
11/12/1234 - 12:34 - Foo1
11/12/1234 - 22:22 - Foo3
12/12/1234 - 12:34 - Foo4
13/12/1234 - 12:34 - Foo2
Leider weiß google auch nicht so recht weiter...
Danke!
Mfg
Tobi