select * from tabelle where spalte1 = 'xy'; tuts
select * from tabelle where spalte2 = 'xy'; tuts auch
select * from tabelle where spalte1 = spalte2; tuts nicht
warum?
select * from tabelle where spalte2 = 'xy'; tuts auch
select * from tabelle where spalte1 = spalte2; tuts nicht
warum?
![Frown](https://www.php-resource.de/forum/core/images/smilies/frown.gif)
Kommentar