Help Center/
GaussDB/
M-Compatibility Developer Guide(Centralized)/
Application Development Guide/
PyMySQL-based Development/
PyMySQL API Reference/
cursor.fetchone()
Updated on 2025-10-23 GMT+08:00
cursor.fetchone()
Description
This method extracts the next row of the query result set and returns a tuple.
Prototype
cursor.fetchone()
Parameters
None
Return Value
A single tuple is the first result in the result set. If no more data is available, None is returned.
Examples
For details, see Examples: Common Operations.
Parent topic: PyMySQL API Reference
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot