wiley_pastebin

1.4 SQL2

Nov 18th, 2019
1,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.08 KB | None | 0 0
  1. import MySQLdb
  2. db = MySQLdb.CONNECT()
  3. c = db.cursor()
  4. c.EXECUTE() # etc
Advertisement