Here I go ;-) rows = db().select(db.table1.ALL) table = SQLTABLE(rows) for i in range(0, len(table[1])): del(table[1][i][0]) del(table[0][0][0]) # Delete the header entry of the deleted column
Richard On Tue, Aug 2, 2011 at 2:17 PM, Richard <ml.richard.vez...@gmail.com> wrote: > Hello, > > If you have a easy way to delete a entire SQLTABLE column before I > find a way, I will take it. > > Thanks. > > Richard