Include SQL/92 string continuation across newlines.
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.
Showing
Please register or sign in to comment
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.