not to allow Special character thru insert statement [message #423609] |
Fri, 25 September 2009 09:30 |
chandu_imax
Messages: 46 Registered: May 2008 Location: Hyderabad
|
Member |
|
|
Hi All,
I want an insert statement that do not allow the special characters as it having the valid values like : A-Z,0-9.
Insert Query is :
insert into XYZ values (COL1, COL2, COL3);
Not to allow the special characters for COL1 column.
Please help me in this regard.
--- Thanks in Advance.
|
|
|
|
|
|
|
Re: not to allow Special character thru insert statement [message #423630 is a reply to message #423625] |
Fri, 25 September 2009 11:37 |
rajesh4851
Messages: 89 Registered: January 2007
|
Member |
|
|
Hi Chandu,
I have tried to insert such special characters in my test table. i am able to do it. i am using 8i.
In your case , special characters might be occupying more than one byte. That is the reason, it is thorowing error. What is the exact error ? Give more details so that we can give you some good idea..
|
|
|
|
|
|