I am using DB2 on Winddows
From the command line processor I can enter the following successfully:
Code:
db2 => CREATE TABLE testtable_a ( \
db2 (cont.) => col_a CHAR(1) \
db2 (cont.) => )
DB20000I The SQL command completed successfully.
db2 =>
db2 =>
But I can not figure out how to invoke the option to do this without the slash "\" after every line:
What command do I run to do this ?
Thanks