SQLite long to wide formats?

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-03-15T02:15:54Z Indexed on 2010/03/15 2:19 UTC
Read the original article Hit count: 323

Filed under:
|
|

Hi, I wonder if there is a canonical way to convert data from long to wide format in SQLite (is that operation usually in the domain of relational databases?). I tried to follow this example for MySQL but I guess SQLite does not have the same IF construct... Thanks!

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about rdbms