July 3rd, 2007
Interessante Erfahrung unter MySQL 5
Interessante Erfahrung unter MySQL 5.0.18…
Weiß irgendjemand warum dieses Statement:
SELECT distinct a.id, a.namefunktioniert, und dieses hier
FROM ums_gesamtbenutzerrechte c, wfl_aktion a
LEFT JOIN wfl_status ON a.to_id=wfl_status.id
WHERE a.from_id=32 and a.recht_id=c.rechteid and c.benutzerid=2
AND wfl_status.prozess_id=6
SELECT distinct a.id, a.namenicht?
FROM wfl_aktion a,ums_gesamtbenutzerrechte c
LEFT JOIN wfl_status ON a.to_id=wfl_status.id
WHERE a.from_id=32 and a.recht_id=c.rechteid and c.benutzerid=2
AND wfl_status.prozess_id=6
Häh?


No Responses to “Interessante Erfahrung unter MySQL 5”
No comments yet
Leave a Reply