Advertisement
psi_mmobile

Untitled

Sep 24th, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. SELECT to_char(v."Datum",'dd/MM/yyyy') as "Datum",v."Persoon",v."Type",v."Looncode",v."Hoeveelheid",v."Werf",v."Activiteit",v."Type_cpa",v."Km aantal" FROM V_EXPORT_KPD_VERELST v,GU_PERSON GP WHERE v.PERSON_ID=GP.PERSON_ID AND GP.GUI_USER_ID= 101001 AND v."Datum" BETWEEN sysdate - 10 AND sysdate
  2. AND ( - 1 = -1
  3. OR v.vo_person_category_id = -1 )
  4. AND ( 'Y' = 'false'
  5. OR nvl(v.is_locked, 'N') = 'Y' ) ORDER BY 1,2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement