Re: SQL comments - Mailing list pgsql-novice

From Tom Allison
Subject Re: SQL comments
Date
Msg-id 448C849F.60608@tacocat.net
Whole thread Raw
In response to Re: SQL comments  ("Shoaib Mir" <shoaibmir@gmail.com>)
Responses Re: SQL comments  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-novice
Shoaib Mir wrote:
> You can use comments like this:
>
>
> --single line comment
>
> /* mutiline comments
> are done like this */
>

Found them, eventually.
I was trying to insert a comment in the middle of a line:

select status, reason, --method
from....

and it didn't like that.

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: SQL comments
Next
From: Tom Allison
Date:
Subject: uh-oh