SQL SELECT to get the first N positive integers

前端 未结 10 1389

I need to get a result set containing the first N positive integers. Is it possible to use only standard SQL SELECT statement to get them (without any count table provided)?

10条回答
提交回复
热议问题