what i mean is how can you get lines to NOT ECXECUTE.
For example, in
VB you put an apostrophe ( ' ) in front of a line of code and that makes it get ignored. You can use that to make comments.
VB Example:
Dim something as integer 'this is my comment. blah blah blah
Is there any way to make comments in sql? Is there a special character you can use?
"Life is a Database"