A place where Web Developer can get awesome articles in asp.net, windows phone 7 / 8 application codes. We aimed at providing the maximum help in the Software Development and Design :)
Tuesday, May 14, 2019
Get the String from last occurrence of specific character / text in SQL
Select right(ColumnName, charindex('/', reverse(ColumnName) + '/') - 1) From TableName
No comments:
Post a Comment