目录 0- 描述 0- 描述 期望输出结果如下所示: 1 2 3 4 5 ... 100 参考答案: 不借助其他任何外表,实现产生连续数值 此处给出两种解法,其一: select id_start+pos as id from( select 1 as id_start,</