私もテーブルから上位5行をグループIDごとに選択します私のテーブルは
CREATE TABLE [dbo].[news](
[pk_news] [int] IDENTITY(1,1) NOT NULL,
[text] [text] NULL,
[title] [nvarchar](500) NULL,
[pk_service] [int] NULL,
[image] [nvarchar](500) NULL,
[pk_annalist] [int] NULL,
[pk_user] [int] NULL,
[pk_admin] [int] NULL,
[accept] [int] NULL,
[views] [int] NULL,
[tag] [nvarchar](500) NULL,
[news_Date] [date] NULL,
[summary] [nvarchar](500) NULL,
そして私も各pk_serviceから行を選択したい