Using DB2 CLP, how do I continue the SQL after hitting ENTER? For example:
DB2 => Select col1, col2
then I hit ENTER (for a more readable format, rather then stringing everything on one line). How do I continue with the SQL: FROM TABLE1?
Thank you,
sboxtops