Guest User

Untitled

a guest
Oct 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for q in Color:
  2. stmt = "SELECT Date, %s FROM mytable WHERE %s IS NOT NULL" %(q,q)
  3. d.execute(stmt)
Add Comment
Please, Sign In to add comment