SqlDbx Forum

SqlDbx

You are not logged in.

#1 Re: IBM DB2 » Comments in Script » 2010-02-22 12:18:19

dsarte

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?

#2 IBM DB2 » Comments in Script » 2010-02-19 13:55:50

dsarte
Replies: 4

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?

Board footer

Powered by FluxBB