Re: SQL comments

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Tom Allison" <tallison(at)tacocat(dot)net>
Cc: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: SQL comments
Date: 2006-06-11 21:40:10
Message-ID: c2d9e70e0606111440o4b02094bmad22101cbd33a316@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 6/11/06, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
> > Found them, eventually.
> > I was trying to insert a comment in the middle of a line:
> >
> > select status, reason, --method
> > from....
> >
>
> Actually, you can put a comment in the middle of a line. Your mistake
> in the above statement is because of the comma before the command, the
> parser sees this:
>

sorry

s/command/comment

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Philip Hallstrom 2006-06-11 22:28:08 Re: uh-oh
Previous Message Jaime Casanova 2006-06-11 21:38:40 Re: SQL comments