.Net Basic

This blogs gives introduction to C#.NET programming for beginners. This blogs assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding hobby!after Refer this blog

01 October 2010

Get Maximum Numeric Value From Alpha Numeric Row

select max(Convert(int,AlphaNumeric_Field))+1 from Table_Name where ISNUMERIC(AlphaNumeric_Field) = 1

Labels: ,