On Wed, 21 Feb 2007, Rich Shepard wrote:

>   self.cur.execute("select * from voting group by cat order by pos")

   Oops! Wrong syntax. Should be:

        self.cur.execute("select * from voting order by cat, pos")

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to