Re: [sqlite] don't understand what "query" returns...

2012-05-17 Thread philherna
ank you again. John Gillespie-2 wrote: > > You need something like : > > query = "select Item1,Item2,Item3, count(*) from %s where Item55 in (%s) > *group > by Item1,Item2,Item3*" > > JG > > On 12 May 2012 10:24, philherna wrote: > >> &

[sqlite] don't understand what "query" returns...

2012-05-12 Thread philherna
Hi, I am using sqlite commands in my python script to output data from a sqlite database. My problem is however a Sqlite coding one. I can open, and select simple elements from the database easily but I have trouble for one specific issue. For example, to select the content of the rows Item1 ,