Re: [Tutor] sqlite query problem

2010-01-29 Thread BOBÁK Szabolcs
Dear Hugo, Thank you for your fast help and the sharp eyes. I was almost hopeless. It is working now, but only with the first formula, and I also voted to the third one, so I will try a little bit more. Thank you very much! 2010. január 29. 17:53 Hugo Arts írta, : > 2010/1/29 BOBÁK Szabolcs :

Re: [Tutor] sqlite query problem

2010-01-29 Thread Hugo Arts
2010/1/29 BOBÁK Szabolcs : > > This also works, but this not: > sql_command_stat = 'SELECT COUNT(lastmoddate) FROM > '+sql_tablename_orig+'WHERE lastmoddate < '+str(lastmod_date1) > sql_cursor.execute(sql_command_stat) > > This was my original try, but tried various in various formula. > sql_comman