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 Odpowiedź
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

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
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
Vote Code
1 Votes
Data structure using C
0 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