Re: [sqlite] retreving the column names for a query (PERL)

2006-03-23 Thread Scott Leighton
On Wednesday 22 March 2006 9:43 pm, Jim Dodgen wrote: > for a query like > > select * from a join b on a.x = b.z > > anyone know how to get all the column names of the fields that would be > returned from the query? > > I am using the DBD::SQLite PERL module > This script shows you how to get t

[sqlite] retreving the column names for a query (PERL)

2006-03-22 Thread Jim Dodgen
for a query like select * from a join b on a.x = b.z anyone know how to get all the column names of the fields that would be returned from the query? I am using the DBD::SQLite PERL module Thanks Jim