in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Generate Fibonacci series - No loop, no recursion

    Generating the Fibonnaci series generally involves in writing the code which has while loop or a recursive function Peso posted the code using the Common table expression Here are my methods that involve no loop or no recursion 1 Use Quirky update technique declare @fib table ( fib_id bigint , fib_val...
    Posted to Madhivanan (Weblog) by Madhivanan on Tue, Sep 1 2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems