Re: SQL comments

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: SQL comments
Дата
Msg-id bf54be870606110354v5e7e6759tb660188f581dcde2@mail.gmail.com
обсуждение исходный текст
Ответ на SQL comments  (Tom Allison <tallison@tacocat.net>)
Ответы Re: SQL comments  (Tom Allison <tallison@tacocat.net>)
Список pgsql-novice
You can use comments like this:


--single line comment

/* mutiline comments
are done like this */


/Shoaib

On 6/11/06, Tom Allison <tallison@tacocat.net> 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

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

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