浏览:186 2008-05-27 10:27 来自 【组长】玉开      :


with MyCTE(x) as(
 select x = convert(varchar(8000),'hello')
 union all
 select x + 'a' from MyCTE where len(x) < 100
)
select x from MyCTE order by x

收藏 楼主

注册用户登录后才能回复,登录注册
> 返回“Sql Server数据库小组”


其他话题

相关内容

相关链接

1 11387