Try as below.
select (select COUNT(*) from table1) - (select COUNT(*) from table1 )
select (select COUNT(*) from table1) - (select COUNT(*) from table1 )
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