Guest User

Untitled

a guest
Nov 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. cursor.execute("select my-nr, my-dt-my from mytable")
  2. row = cursor.fetchone()
  3. print(row.my-nr, row.my-dt-my)
Add Comment
Please, Sign In to add comment