Matrix Math in SQL
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on Thu, 04 Oct 2012 06:00:00 UT
Indexed on
2012/10/05
15:48 UTC
Read the original article
Hit count: 172
Filed under:
Relational Datbases have tables as data structures, not arrays. This makes it tricky and slow to do matrix operations, but it doesn't mean it is impossible to do. Joe gives the Celko Slant on how to go about doing Matrix Math in SQL.
12 essential tools for database professionals The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind. Try it now. |
© SQL Server Central or respective owner