Sestava zpracovaných dat (Účetnictví cc)
Z Prirucky
Sestava zpracovaných dat (Účetnictví cc)
select A.os_cislo, A.prijmeni, A.jmeno, B.cislo_pom, UCTO.id_uc_dim1, (select nazev from uc_dim where uc_dim.id = UCTO.id_uc_dim1 and uc_dim.typ_dimenze = 1) as nazev1, UCTO.id_uc_dim2, (select nazev from uc_dim where uc_dim.id = UCTO.id_uc_dim2 and uc_dim.typ_dimenze = 2) as nazev2, UCTO.id_uc_dim3, (select nazev from uc_dim where uc_dim.id = UCTO.id_uc_dim3 and uc_dim.typ_dimenze = 3) as nazev3, UCTO.misto, UCTO.kod, POL.vyznam, UCTO.castka, UCTO.datum, UCTO.poznamka from pracovnici A, prac_pom B, par_ucty_tyco UCTO, ciselnik POL where A.os_cislo = B.os_cislo and B.os_cislo = UCTO.os_cislo and B.cislo_pom = UCTO.cislo_pom and POL.kod = UCTO.kod and UCTO.datum >=%DATUMOD% and UCTO.datum <=%DATUMDO%