Home » SQL & PL/SQL » SQL & PL/SQL » checking 18yrs old in forms
checking 18yrs old in forms [message #861] Sat, 09 March 2002 06:45 Go to next message
Julie
Messages: 98
Registered: February 2002
Member
I am trying to check that a new customer is 18 years old, here is my code:

DECLARE
valid_dob NUMBER :=
(select add_months(sysdate,-12)from dual)*18;
BEGIN
IF
:cust.cd_o_b < valid_dob THEN
DISPLAY_TOO_YOUNG_ALERT;
ELSE
DO_SOMETHING_ELSE
END IF;
END;

I am getting errors, can anyone tell me what is wrong.
Re: checking 18yrs old in forms [message #863 is a reply to message #861] Sat, 09 March 2002 16:05 Go to previous message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
what errors u r getting?
Previous Topic: Please, I need advise
Next Topic: Escape character for '&'
Goto Forum:
  


Current Time: Thu Apr 18 19:55:39 CDT 2024