alter table jdetails add constraint check_fee check (fee in('PAID','PENDING');
alter table jdetails add constraint check_fee check (fee in('PAID','PENDING')
ERROR at line 1:
ORA-00907: missing right parenthesis
what is the mistake in my add constraint..? please tell me...any one
('s and)'s. Same number? - jarlh