Hi there,
I have many SQL script for future reference, but wish to put every detail comment to each part of the SQL passes,
--- put comment here !
select *
from tableA
join
tableB
on tableA.student_ID = tableB.student_ID
what is the symbol need to be used?
i know DB2400 is using /* bla bla bla */ but not sure in DB2 UDB 7.2