I'm running into unexpected results when I use a line comment at the end of a line
sel trim('a') || trim(' ') || trim('b') || ' ' || substr('0000000000', 1,4)
Will give me expected results, but
sel trim('a') || trim(' ') || trim('b') || ' ' || substr('0000000000', 1,4)...