954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Oracle Incorrect values

Hi everyone!!!

I wanted to know the incorrect values for oracle data types.

like for example, string data type cannot accept ' value.

What other values does string data type does not allow.?

and what about other data types like number, float.


Thanks in advance..

divyakprabh
Light Poster
40 posts since Sep 2009
Reputation Points: 10
Solved Threads: 0
 
pinkartist
Newbie Poster
6 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

The Oracle datatype VARCHAR2 can accept the ' (single quote).
You just have to put two of them '' to get it in.
It will be stored in the column as a ' (single quote).

hfx642
Posting Pro
515 posts since Nov 2009
Reputation Points: 248
Solved Threads: 105
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You