Here is my following source :
employees = [] for row in myresult: for i in range(count): employees[i].append(row[i])
This isn\'t ac