Answers for "ms sql print from new line"

SQL
0

ms sql print from new line

-- CHAR(10) makes new line in windows
    PRINT 'line 1' + CHAR(10) + 'line 2'
Posted by: Guest on April-01-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language