cursor.fetchall()
Function
This method gets all the (remaining) rows of the query result and returns them as a list of tuples.
Prototype
cursor.fetchall()
Parameter
None
Return Value
Tuple list, which contains all results of the result set. An empty list is returned when no rows are available.
Example
For details, see Example: Common Operations.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot