Re: [SQLObject] select only specified columns
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Mark <mar...@gm...> - 2010-07-01 15:50:23
|
Even if you weren't using SQLObject I believe it would make more sense to create a separate name/id table and then only select from the 40 column table when you know what row you want. Mark |