Cast the number as int.
select cast (columnsWithLeadingZeros as int) from yourTable
select cast (columnsWithLeadingZeros as int) from yourTable
SELECT txt.TEXT AS [SQL Statement], qs.EXECUTION_COUNT [No. Times Executed], qs.LAST_EXECUTION_TIME AS [Last Time Executed], ...
No comments:
Post a Comment