Breaking up long lines of code

peacemaker

Expert
Licensed User
Longtime User
What about very long string ? Say SQL request.
Long string with " _", seems to me, does not look a string if multiline.

And second question for SQL strings: if in the request used quotation marks """ - how to use ?


SELECT _
ORDERNUMBER, _
ORDERS.USERCODE, _
USERS.FIO AS USERNAME, _
DATE(ORDERDATE, "localtime"), _
......
 
Last edited:
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Thank you Erel !
I didn't even know about QUOTE key
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…