SELECT DECODE (SIGN ( :N), -1, 'Negative ', 0, 'Zero', NULL)
|| DECODE (SIGN (ABS ( :N)),
+1, TO_CHAR (TO_DATE (ABS ( :N), 'J'), 'Jsp'))
FROM DUAL
/
+1, TO_CHAR (TO_DATE (ABS ( :N), 'J'), 'Jsp'))
FROM DUAL
/
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
No comments:
Post a Comment