When I execute the following sql,select id from people, inside python and print the result, I get this:
((11L,), (12L,), (13L,), (14L,), (15L,), (16L,), (17L,), (18L,), (19L,), (20L,))
Why does python print L beside the numbers. Just to indicate Long type?