Requires Free Membership to View
IF (TO_CHAR(date_val,'YYYY') > '2000') THENAnother option is to use the TO_DATE function to convert the comparison string to a date value.END IF;
IF (date_val > TO_DATE('12/31/2000','MM/DD/YYYY')) THEN
END IF;
This was first published in April 2006

Join the conversationComment
Share
Comments
Results
Contribute to the conversation