with t as
(
select * from t_pub_param
)
select * from t
SQL Server 2005 之后才可以使用,查询后临时表t会自动删除。
05-11 22:19