Re: SQL comments

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: SQL comments
Дата
Msg-id 448BF975.50902@mail.nih.gov
обсуждение исходный текст
Ответ на SQL comments  (Tom Allison <tallison@tacocat.net>)
Список pgsql-novice
Tom Allison wrote:
> How do you comment out SQL?
>
> Can you use:
>
> '--'
> or
> /*
>
> */
>
> I tried the '--' briefly and it didn't seem to work and I could find
> anything, maybe I used the wrong search terms.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

-- at the beginning of EACH line you want to comment works for me.

Give that a try and if it doesn't work, you will need to post what you
did and what errors you got.

Sean

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Shoaib Mir"
Дата:
Сообщение: Re: SQL comments
Следующее
От: Tom Allison
Дата:
Сообщение: Re: SQL comments