1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
|
" codeBody "
" notpretty " ---SQL voor Proefgegevens in het beeld
selecteer person_id, dt, version_nbr, afd., pd
van
(
selecteer person_id 2345, trunc (sysdate) - 30 dt, version_nbr 0, „u“ afd., „PD1“ PD van dubbel
unie allen
selecteer person_id 2345, trunc (sysdate) - 6.1, „Financiën“, „PD2“ van dubbel
unie allen
selecteer person_id 2345, trunc (sysdate) - 3.2, „Financiën“, „PD3“ van dubbel
unie allen
selecteer person_id 2345, trunc (last_day (sysdate)), 3, „Verkoop“, „PD3“ van dubbel
unie allen
selecteer person_id 1264, trunc (sysdate) - 30, 0, „Globaal u“ afd., „PD1“ PD van dubbel
unie allen
selecteer person_id 1264, trunc (sysdate) - 6.1, „Globale Financiën“, „PD2“ van dubbel
unie allen
selecteer person_id 1264, trunc (sysdate) - 3.2, „Globale Financiën“, „PD3“ van dubbel
unie allen
selecteer person_id 1264, trunc (last_day (sysdate)), 3, „Globale Verkoop“, „PD3“ van dubbel
) a
orde door 1.2
|