Displaying 1 result from an estimated 1 matches for "allret".
Did you mean:
allreg
2005 Jun 24
3
Make matrix from SQL query result
Hi,
I am trying to form a matrix from a SQL query result.
The SQL query result looks like this:
equity_id date returns
1 20050619 0.12
2 20050619 0.03
1 20050620 -0.01
2 20050620 0.01
The target matrix looks like this:
date 1 2