Re: Simple query question - Mailing list pgsql-novice

From Tom Lane
Subject Re: Simple query question
Date
Msg-id 7127.1040671338@sss.pgh.pa.us
Whole thread Raw
In response to Re: Simple query question  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-novice
Manfred Koizar <mkoi-pg@aon.at> writes:
> On Mon, 23 Dec 2002 13:01:58 -0500, Tom Lane <tgl@sss.pgh.pa.us>
>> I can't believe that MySQL gets such a basic element of SQL syntax wrong

> s/My/MS/  and better believe it :-)  I did this in 7.0:

> CREATE TABLE tst2 (id INT, x varchar(20))
> INSERT INTO tst2 VALUES (1, "one")
> INSERT INTO tst2 VALUES (2, 'two')

Yeek.  Well, now I know why this seems to be such a frequent source of
confusion ...

            regards, tom lane

pgsql-novice by date:

Previous
From: "Chad Thompson"
Date:
Subject: Comma delimited results
Next
From: Tom Lane
Date:
Subject: Re: performance question