Zitat von
mkinzler:
SQL-Code:
select
d.andocname,
p.anpdfname
from
a.anzt join andocblob d on d.andb_id = a.andb_id
join anpdfblob p on d.anpb_id = a.anpb_id
where
anzt.bid = :bezid;
Geht leider auch nicht. Fehlermeldung: ...'a.anzt' doesn't exist...