Options

List items not going on their own lines after values statement

I have a values statement like this:
    VALUES<br>    (SOURCE.col1, SOURCE.col2, SOURCE.col3<br>, SOURCE.col4, SOURCE.col5, col6, SOURCE.col7);
It occurs during a merge statement as a part of the "Then insert" . I have my list options set to put each item on a new line. This seems to work for everything except this scenario. It keeps collapsing them. Any thoughts on how to fix this?


Tagged:

Answers

Sign In or Register to comment.