|
From: Timothy S. <ti...@op...> - 2004-11-26 04:37:04
|
is there another way to provide arguements to a query besides tuples? eg.
cur.excute("Select %s from table", (column))
becuase tuples cannot grow or shrink this is VERY limiting, i am in a
situation right now where i need to select a range of days of week,
because the length might change using a tuple is a pain.
|