On 29 Jul 2013, at 4:03am, Fehmi Noyan ISI <[email protected]> wrote:

> One point I forgot to mention; the number of columns is unknown.

There is no way in SQL to say "Give me the contents of all the columns of a row 
of table in an unambiguous format.".

It would be possible to write the code you want in SQLite, by using various 
PRAGMAs to inspect the table format, but this would lead to complicated code 
which was highly tuned to how SQLite works.

I suspect you'd be better off writing C code which inspects whatever "SELECT *' 
returns.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to