[PYTHON] Iterator in MySQLdb

curIst ein Cursorobjekt

python


sql = "SELECT * FROM pokos"
cur.excecute(sql)
for r in iter(cur):
	print r

Kann mit gemacht werden

Recommended Posts

Iterator in MySQLdb
5-1 Iterator
Teilen Sie den Iterator mit Python in Blöcke
Lernen Sie das Entwurfsmuster "Iterator" mit Python
Behandelt japanische UTF-8-Zeichen in MySQL db of Python.