SQL SERVER – How to get last char in a string in sql server Posted on 27 February 202327 February 2023 by Marco Saad select right('abc', 1) This will give “c” as result Share this:LinkedInFacebookTwitterLike this:Like Loading... Published by Marco Saad View all posts by Marco Saad