I want to get the value 1.23
from 1.2.3
.Similar, I also get the value 1.2.3...x from 1.2.3...x .How can I do this in SQL?
After I get number from string in this topic: How to get number from String sql
Now, this value is 1.2.3. When i cast, sql notice an error: "Error converting data type nvarchar to float" And i want to return the value 1.23 from 1.2.3