[TYPO3-german] Hilfe! mySQL will nicht :(

Nikola Galanov nikigalanov at web.de
Wed Sep 26 20:01:31 CEST 2007


Hallo alle zusammen,

ich sitze seit stunden an folgender Abfrage:

SELECT DISTINCT 
T1.title,T2.period,T3.format,T4.cn_official_name_en,T1.website
FROM tx_bstlogmedia_data AS T1 INNER JOIN (tx_bstlogmedia_period AS 
T2,tx_bstlogmedia_format AS T3,static_countries AS T4)
ON (T1.period=T2.uid,T1.format=T3.uid,T1.country=T4.uid)
WHERE T1.deleted = 0 AND T1.hidden = 0

und bekomme stets die Fehlermeldung:

Operand should contain 1 column(s)

Ich will bloß, dass statt der uid's die zugehörige Werte aus den 
verschiedenen Tabellen angezeigt werden...

Kennt sich jemand mit SQL aus? Was mache ich falsch?

Vielen Dank und beste Grüße
Nikola


More information about the TYPO3-german mailing list