home / software / tips and tricks / How to find the string after the last occurrence of a character in SQL Server?

How to find the string after the last occurrence of a character in SQL Server?

Updated:  02/13/2015 05:02 AM
Author:  Shiju Mathews

Status:    Resolved.


There is no built in functions to do this. But you can create a UDF by using the existing functions and little trick.

Tags: How to find the string after the last occurrence of a character in SQL Server?
Updated on: April 2024