Courses
LoginStart now
Courses
LoginStart now
+ 1

How to Trim all trailing and leading characters in a varchar

declare @message varchar (20), @trimmedMsg varchar(20) set @message = ' testmsg ' set @trimmedMsg = LTRIM(RTRIM(@message)) Is there any better way to do this

sqlstringvarchartrim
20th Sep 2017, 9:37 AM
Noorulla Khan
1 Answer
0
Can you use just TRIM ? set @trimmedMsg = TRIM(@message)) Which sql are you using ? https://docs.microsoft.com/en-us/sql/t-sql/functions/trim-transact-sql http://www.1keydata.com/nl/sql/sql-trim.php https://blog.sqlauthority.com/2007/04/24/sql-server-trim-function-udf-trim/
20th Sep 2017, 12:03 PM
sneeze
sneeze - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Hofstadter a sequence code coach is not running
0 Votes
DSA doubt
1 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
Welcome to my portfolio. Here you'll find a collection of my projects and creations. I specialize in [Your Specialization, e.g.
0 Votes
How can I add gradient to the background
0 Votes