with cte1(AgentID)
as (SELECT AgentID FROM [Click_North].[dbo].[Agent] where AgentID<100272294)
select * from cte1
转载于:https://www.cnblogs.com/laoniu/archive/2011/03/04/1971005.html
转载于:https://www.cnblogs.com/laoniu/archive/2011/03/04/1971005.html