To fetch result we use the fetchall() method of the cursor object. Syntax: cursor.fetchall(). On success it returns tuple of rows where each row is a tuple.
確定! 回上一頁