Does this work?![]()
SELECT Type, Module FROM TableTypeModule
WHERE NVL(TRUNC(BeginDate), to_date('01.01.1800', 'dd.mm.yyyy')) <= TRUNC(SYSDATE)
AND TRUNC(EndDate) >= TRUNC(SYSDATE);
|
Results 1 to 10 of 13
Thread: ORA-01843: not a valid monthThreaded View
|
Click Here to Expand Forum to Full Width |