2017-02-27 82 views
-2
c.execute("SELECT 'Fistname','Lastname','Year','Form','Phone','Adress' FROM Students") 
+0

去通过发帖前查询【如何提问](HTTP ://stackoverflow.com/help/how-to-ask) – Prasad

回答

0

API documentation如何:

for row in c.execute("SELECT Fistname,Lastname,Year,Form,Phone,Adress FROM Students"): 
    print row 
+0

谢谢“”感觉空白“”“”“”“ –

相关问题