Guest User

Untitled

a guest
Nov 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for meci in ech1:
  2.  
  3. c.execute("ALTER TABLE Aranjate ADD COLUMN "+ ech1[ii] +" INT")
  4. c.execute("ALTER TABLE Aranjate ADD COLUMN x INT")
  5. c.execute("ALTER TABLE Aranjate ADD COLUMN "+ ech2[ii] +" INT")
  6. conn.commit()
  7. ii = ii +1
  8.  
  9. c.execute("ALTER TABLE Aranjate ADD COLUMN " + x + " INT")
Add Comment
Please, Sign In to add comment