Thanks so much. I am new to this whole SQL/database thing and this is
the exact function I was looking for.
On Jan 15, 1:59 pm, Michael Bayer wrote:
> try using the DDL() construct instead. I dont think Index() supports
> that syntax.
>
> On Jan 15, 2009, at 3:10 PM, KevinTran wrote:
>
>
>
try using the DDL() construct instead. I dont think Index() supports
that syntax.
On Jan 15, 2009, at 3:10 PM, KevinTran wrote:
>
> I have a quick question. I am trying to make an index for my table in
> MySQL. I have the line below:
>
> Index('index_table_on_field', table.c.field)
>
> I