Hi ,
Could anybody tell us how to use block comments in IBM DB2 Command
Center .The version of the client that I'm using is 8.1.6 . I need to
comment multiple lines that appear consecutively in an SQL statement.
Also using /* ...... */ did not work as a block comment.
Below is the SQL we were trying...
select
col1,
/* col2,
col3 */
col4
from schm1.tabname1
where col1 = 81640 with ur
The following error was received .
SQL0104N An unexpected token "/" was found following "select col1, ".
Expected tokens may include: "<term>
Thanks.