SqlBak.com presents you a free SQL Server String Functions Cheat Sheet.
We spent several hours composing it for you. Enjoy!
SqlBak.com presents you a free SQL Server String Functions Cheat Sheet.
We spent several hours composing it for you. Enjoy!
Very useful! Thanks a lot!
Very useful, thanks.
There is one incorrect example (currently -> should be):
STUFF(‘HELLOW’,0,1,’I’) = ‘IHELLOW’ -> STUFF(‘HELLOW’,1,0,’I’) = ‘IHELLOW’
Thanks, Vitalijus. You’re right. Fixed.
Thanks for the cheat sheet. I need to get my own one ready and share it like you have.