| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Manfred Koizar <mkoi-pg(at)aon(dot)at> |
| Cc: | "Reshat Sabiq" <sabiq(at)purdue(dot)edu>, paul(at)entropia(dot)co(dot)uk, "'Chris Boget'" <chris(at)wild(dot)net>, pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Simple query question |
| Date: | 2002-12-23 19:22:18 |
| Message-ID: | 7127.1040671338@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Manfred Koizar <mkoi-pg(at)aon(dot)at> writes:
> On Mon, 23 Dec 2002 13:01:58 -0500, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-12-23 19:26:36 | Re: performance question |
| Previous Message | Chad Thompson | 2002-12-23 19:07:44 | Comma delimited results |