SELECT RIGHT(CONCAT('0', '1'), 2)
Output is 01
SELECT RIGHT(CONCAT('0', '11'), 2)
Output is 11
SELECT concat ( RIGHT(CONCAT('0', '1'), 2),':00')
Output is 01:00
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