select st_name,
count(*) as grp_cnt,
(select count(distinct st_name) from your_table) as st_cnt
from your_table
group by st_name
select st_name,
count(*) as grp_cnt,
(select count(distinct st_name) from your_table) as st_cnt
from your_table
group by st_name
mssql サーバー 2008 のページネーション クエリで、'OFFSET' の近くに不適切な構文がスローされる データベースのバージョン管理の完全なソリューションとして MS VS データベース プロジェクトを使用することは可能ですか?