hello

Friday, 16 November 2012

how get max id in sql

            SELECT ISNULL(MAX(ISNULL(id, 0)), 0) + 1 FROM temp2

No comments:

Post a Comment