SELECT [Name]
  FROM [LinqToSql].[dbo].[Student]  where name='***' group  by  name    having (name='***')  order  by  name

相关文章: