SQL Server 2005:charindex starting from the end

后端 未结 6 1881
情深已故
情深已故 2020-12-31 08:09

I have a string \'some.file.name\',I want to grab \'some.file\'.

To do that,I need to find the last occurrence of \'.\' in a string.

My solution is :

6条回答
提交回复
热议问题