Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to insert url into table ?

581148Jun 25 2007 — edited Jun 26 2007

i have to add a url into the column which i made varchar char
i made insert statement like this its not working. help me

INSERT INTO SPOT_LIGHT (NEWS_ID,NEWS_DATE,NEWS_TITLE,NEWS_URL )
VALUES('MYSEQUENCE.NEXTVAL','06/20/2007',
'Common Sense Guidelines for Cell Phone Use In The Office',
'http://vzb-orgs.verizon.com/news/news.aspx?strAlias=vzb_main_ct_news_details&archive=detail&intArticleID=13256&mode=REGULAR&Attribute=TopStories')
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2007
Added on Jun 25 2007
9 comments
3,686 views