2017-02-27 76 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

謝謝「」感覺空白「」「」「」「 –

相關問題