Re: Simple query question - Mailing list pgsql-novice

From Michael Paesold
Subject Re: Simple query question
Date
Msg-id 014a01c2aaaf$e9bcd2e0$4201a8c0@beeblebrox
Whole thread Raw
In response to Re: Simple query question  ("Reshat Sabiq" <sabiq@purdue.edu>)
List pgsql-novice
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I can't believe that MySQL gets such a basic element of SQL syntax wrong
> --- perhaps the OP is mistaken?  If MySQL really does treat doublequote
> as introducing a literal, how do they handle weird identifiers, like
> names with embedded spaces?

back-ticks...
SELECT * FROM `table name with spaces` WHERE `key`="a";

MySQL = My personal interpretation of SQL...

;-)

Regards,
Michael Paesold

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Simple query question
Next
From: Manfred Koizar
Date:
Subject: Re: Simple query question