I did a select statement in sql and 1 of the column return me this. There is a need to query from that sql column, but as this is an existing system, I can only try and error.
From the characters, I have already confirmed if the numbers inside is 0015, I should get 15. Problem is as you can see above, it contains more than one number, and I have to compare the numbers.
Using SQL Server and C# programming, can some1 guide me on how to retrieve these individual numbers in sql server as well as the data type in C#