How to create a 2D matrix.

  • Hi All,

    How can I create and operate on a 2D matrix.

    Do we have an inbuilt function to get minimum of more than values from a set not from a table col.

    select min(1,2,4)

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • You could turn the list into a table and use aggregate functions.

    This article has details on how to do that: Arrays and Lists in SQL Server

  • y they have not incorporated the concept of array in TSQL like that in other programming languages....

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply