Re: [GENERAL] insert statment

From: Gregoire Thomas <gregoire(at)starlab(dot)net>
To: Sharon Chow <sharon(at)regaltronic(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] insert statment
Date: 1999-08-30 09:56:01
Message-ID: 37CA5530.843EF8EB@starlab.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Have you tried
Insert into product values('p001' , 'ASS\'Y' , 'o');
Greg

> Hello all!
>
> I have a insert statement and I found problem with it!
>
> The statement is:
> Insert into product values('p001' , 'ASS'Y' , 'o')
> The second field of the table is ASS'Y so the compiler found it is
> error!
> I can not change the data but wnat to change the quota ' to ~.
>
> so the insert statement should be :
> insert into product values(~p001~ , ~ASS'Y~ , ~o~ )
>
> I can not find the seting function for this environment change!
>
> How can I change it???
> Thank You in advance!
>
> sharon
>
>
>
> Sharon Chow
> ???
> Regaltronic
> MIS
> <sharon@

In response to

Browse pgsql-general by date

  From Date Subject
Next Message José Soares 1999-08-30 12:18:52 Re: [GENERAL] OID vs SERIAL
Previous Message Sharon Chow 1999-08-30 09:39:03 insert statment