Hi! How i can use new line in sql query?
Hi,
Please refer below script
SQL
DECLARE @text NVARCHAR(100) SET @text = 'Hi RPA ' + CHAR(13) + 'Welcome to AspSnippets.com' print @text
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.