Re: SQL comments - Mailing list pgsql-novice

From Shoaib Mir
Subject Re: SQL comments
Date
Msg-id bf54be870606110354v5e7e6759tb660188f581dcde2@mail.gmail.com
Whole thread Raw
In response to SQL comments  (Tom Allison <tallison@tacocat.net>)
Responses Re: SQL comments  (Tom Allison <tallison@tacocat.net>)
List 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 by date:

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