1.

Query to get last occurrence of any character from any string?

Answer» QUERY to GET last occurrence of any character from any string?
Below is the query which will helps you to find last occurrence of PARTICULAR characters

SELECT CHARINDEX('o', reverse('Crackyourinterview.com')) AS LastPosition


Discussion

No Comment Found