|
 |
access thread: sql comment
Message #1 by "kriz buenaventura" <vickriz@i...> on Tue, 17 Dec 2002 09:04:51
|
|
good day to all..
in any language we have this as comment:
//single line comment, /*multi line comment*/, <!--script comment-->
..in sql what is the parameter to put it?
anybody knows how to put a comment inside a sql statement??
Message #2 by "Brian Skelton" <brian.skelton@b...> on Tue, 17 Dec 2002 17:28:14 -0000
|
|
Kriz
I don't think you can comment Access queries. SQL server T-SQL uses the
following:
--single line comment
/*multi line comment*/
-----Original Message-----
From: kriz buenaventura [mailto:vickriz@i...]
Sent: 17 December 2002 09:05
To: Access
Subject: [access] sql comment
good day to all..
in any language we have this as comment:
//single line comment, /*multi line comment*/, <!--script comment-->
..in sql what is the parameter to put it?
anybody knows how to put a comment inside a sql statement??
|
|
 |