SqlDbx
You are not logged in.
Pages: 1
DB2 Spufi requires a double-dash, "--", on the first two positions of a statement line for it to be treated as a comment. An example is:
select *
-- from tableA
from tableB
with ur;
the statement that has the double-dash on the first two position will not be executed and will be ignored as a comment line.
SQLDbx, apparently does not have this feature. Or, does it?
is there anyway i can write comments in a DB2 script?
DB2 spufi allows you to write comments on sequel codes. Is there anything similar in SqlDbx?
Pages: 1