Help Center/
GaussDB/
Developer Guide(Centralized_3.x)/
Application Development Guide/
Psycopg-based Development/
Psycopg API Reference/
cursor.fetchone()
Updated on 2024-05-07 GMT+08:00
cursor.fetchone()
Function
This method extracts the next row of the query result set and returns a tuple.
Prototype
cursor.fetchone()
Parameter
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: Psycopg 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