in reply to
Re^2: X, Y Table structure
in thread
X, Y Table structure
they call that to PIVOT a table, turn rows into columns, see
SQLite::VirtualTable::Pivot
for an example
Comment on
Re^3: X, Y Table structure
Replies are listed 'Best First'.
Re^4: X, Y Table structure
by
Anonymous Monk
on May 10, 2011 at 14:34 UTC
Thanks, this really helps
[reply]
In Section
Seekers of Perl Wisdom