如何在sql中生成Fibonacci系列!
我需要生成Fibonacci系列0 1 1 2 3 5 8 13 21 ... N.
我使用C代码很容易做到这一点,我需要使用Sql做到这一点!
sql sql-server
sql ×1
sql-server ×1