Hallo Forum!
Wir haben ein Problem mit folgendem
SQL:
Code:
select distinct p.u_akte,
u.uart, s.stat, u.udatum, icd.fg ,icd.id_grpdaten,
cast(list(distinct(icd.fg), ', ') as varchar(200)) as ICD
from icdfgdiag icd
join probstamm p on ( p.id_prob = icd.id_prob)
join unt u on (u.id_unt = icd.id_unt)
join probvar pv on (pv.id_unt = icd.id_unt)
join flg s on (s.id_flg = pv.id_flg)
where u.uart in (4) and
icd.id_grpdaten = 6 and
icd.id_icdcodes between '2549' and '3470' and
u.udatum between '01.01.2011' and '31.12.2011'
Diese Anweisung funktioniert in der einen Tabelle problemlos, wird aber hier mit
Code:
Invalid token.
Dynamic
SQL Error.
SQL error code = -104.
user name required.
quittiert. Wir verstehen ganz und gar nicht, warum. Die Angabe "user name required" ist dabei das irreführenste!
Kennt jemand das Problem? Machen wir was falsch oder liegt es an Firebird?
Vielen Dank schonmal!