This was excactly what I needed ! list = [] for row in context.sqlMethod(context.REQUEST): list.append(row.field) return list Thanks !