Twilo: mal wieder join ;-(

Beitrag lesen

Hallo,

select a._setcard_id
       ,a._art
       ,a._name
from   kommentare a
       ,tabelle1 b
       ,tabelle2 c
where  a._setcard_id=b._id
and    a._setcard_id=c._id
and    a._freigeschaltet=1
and    a._geloescht=0
and    (
       b._geloescht=0
or     c._geloescht=0
       )
order by a._id
LIMIT 0,10 ;

ich hab das jetzt so eingegeben,
aber ich bekomme kein Ergebnis :-(

where  a._setcard_id=b._id
and    a._setcard_id=c._id

das kann glaube ich auch nicht ganz stimmen
da a._setcard_id entweder zu b._id oder zu c._id gehören kann

ich hatte da schon mal ein OR gesetzt, aber dann hatte ich sowas rausbekommen

+-------------+----------+-----------+
| _setcard_id | _art     | _name     |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+
| 1           | ereignis | Klaus bla |
+-------------+----------+-----------+

mfg
Twilo