Re: How do i Insert a ' mark?

From: <bwskiles_at_adpc.purdue.edu>
Date: 1996/09/11
Message-ID: <NEWTNews.30310.842477624.Postmaster_at_freh25-94.adpc.purdue.edu>#1/1


> >
> > Try this.
> >
> > insert into blah values ('John'||''''||'s Cart');
> >
> > > insert into blah values ('John's Cart');
 

> > >
 

> > > So, how to I insert the "'" mark?
>
> Wouldn't
>
> INSERT INTO BLAH VALUES ( 'John''s Cart' ) ;
>
> be more elegant?
>
Oops. Yes. Thank you. Received on Wed Sep 11 1996 - 00:00:00 CEST

Original text of this message