register login shopping cart shopping cart 0 items in cart

function libraries, tools and services for Microsoft SQL Server

 
 

SQLTuples

Instant compound types - just glue
the components together (+ it's FREE!)

Download Free 30-day trial
 
Edit

  • Free to use (subject to license conditions)
  • Create tuples of 2, 3, 4, 5 or 6 elements of any type (types can be mixed within one tuple)
  • Dedicated constructor function for each tuple type allows tuple creation 'on-the-fly'
  • Read and write access to individual tuple elements using the syntax item.v1, item.v2 and so on.
  • Tuple values can be re-assigned in one go using the item.Assign() method.
  • Tuples values can be displayed as comma-separated strings using the item.ToString() method.
  • Can be used to enable multi-valued aggregates on SQL2005 platforms.