hpareek

CREATE TABLE

Jun 6th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1.         import sqlite3
  2.         conn = sqlite3.connect('raman.db')
  3.         c = conn.cursor()
  4.         c.execute("CREATE table new(ID INT NOT NULL)")
Add Comment
Please, Sign In to add comment