摘要:
借鉴的例子: select id,name from table order by case when id like 'shanghai%' then 0 when id like 'beijing%' then 1 else 2 end select new {ul.Id,ul.UserId,d 阅读全文
摘要:
举个栗子 if object_id(N'[dbo].[TestForekoy_Mission]',N'u') is not null drop table [dbo].[TestForekoy_Mission]gocreate table [dbo].[TestForekoy_Mission]( [ 阅读全文