Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Insert URLs

Insert URLs

From: <cernysj_at_gmail.com>
Date: 12 Feb 2007 14:20:34 -0800
Message-ID: <1171318834.596302.285150@m58g2000cwm.googlegroups.com>


I use Oracle SQL Developer and am having an issue inserting urls as values to the DB. Here is a quick example.

insert into state
(state_code, homepage_url)

values
('XX', 'http://www.wi.org?search=blah');

It seems as though the '?' is being looked at as a variable when the entire single quote is as a value. Any ideas on how I can just insert the value as a value and not as something that gets interpreted? Received on Mon Feb 12 2007 - 16:20:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US