hi,
folgendes in phpmyadmin eingegeben:
select wert1 from table1 where wert2 =
(select wertid from table2 where datum = '20050120000000' );
ergibt folgende fehlermeldung:
#1064 - 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 wertid from table2 where datum
Wenn ich den Select spalte, sprich zwei getrennte mache, funktioniert es!
Jemand eine Idee?
folgendes in phpmyadmin eingegeben:
select wert1 from table1 where wert2 =
(select wertid from table2 where datum = '20050120000000' );
ergibt folgende fehlermeldung:
#1064 - 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 wertid from table2 where datum
Wenn ich den Select spalte, sprich zwei getrennte mache, funktioniert es!
Jemand eine Idee?
Kommentar