-2
c.execute("SELECT 'Fistname','Lastname','Year','Form','Phone','Adress' FROM Students")
c.execute("SELECT 'Fistname','Lastname','Year','Form','Phone','Adress' FROM Students")
for row in c.execute("SELECT Fistname,Lastname,Year,Form,Phone,Adress FROM Students"):
print row
謝謝「」感覺空白「」「」「」「 –
去通過發帖前查詢【如何提問](HTTP ://stackoverflow.com/help/how-to-ask) – Prasad