Re: SQL comments

Поиск
Список
Период
Сортировка
От Tom Allison
Тема Re: SQL comments
Дата
Msg-id 448C849F.60608@tacocat.net
обсуждение исходный текст
Ответ на Re: SQL comments  ("Shoaib Mir" <shoaibmir@gmail.com>)
Ответы Re: SQL comments  ("Jaime Casanova" <systemguards@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: SQL comments
Следующее
От: Tom Allison
Дата:
Сообщение: uh-oh