Moin,
ich bin ziemlich unerfahren in Pl/SQL und ich brauche eure Hilfe.
Ich habe folgenge SQL Anweisung:
select t2.bsp,
decode(t2.test1,
‚E1‘, ‚Ergebnis1‘,
‚E2‘, ‚Ergebnis2‘,
‚E3‘, ‚Ergebnis3‘,
‚E4‘, ‚Ergebnis4‘,
t2.test1) test1,
count(t2.nr_id) anzahl
from beispiel t2
where t2.datum >= nvl(to_date(‚01.01.2010‘, ‚dd.mm.yyyy hh24:mi:ss‘), trunc(sysdate))
and t2.datum