Hi
I have an table with Employee description
It is varchar2(2000)
I need to enter special characters like ",", "'", "&", ":" ,
"$" etc into that column
for example the Employee description can be like
" 1) This employee John Turner, joined at London's Procter & Gamble office for $5000 salary at 9:30 AM ".
How can I enter this data
I am having problems with entering the special character
Could some one please suggest me a method , how I can enter this value
thanks
I have an table with Employee description
It is varchar2(2000)
I need to enter special characters like ",", "'", "&", ":" ,
"$" etc into that column
for example the Employee description can be like
" 1) This employee John Turner, joined at London's Procter & Gamble office for $5000 salary at 9:30 AM ".
How can I enter this data
I am having problems with entering the special character
Could some one please suggest me a method , how I can enter this value
thanks