How do I comment SQL in a DB2 passthrough query

  • Thread starter Thread starter Jeff Hag
  • Start date Start date
J

Jeff Hag

I have a DB2 passthrough query that I would like to
comment and uncomment various portions of the the where
clause. I've tried prefixing with -- and wrapping
with /* xxx */ and neither seem to work.

Anybody know how to do this?
 
I have a DB2 passthrough query that I would like to
comment and uncomment various portions of the the where
clause. I've tried prefixing with -- and wrapping
with /* xxx */ and neither seem to work.

Anybody know how to do this?

AFAIK you can't - even a passthrough query gets munged by Access'
query storage, and comments aren't allowed.
 
Back
Top