This topic explains how to perform SQL query operations using the Tablestore SDK for Python.
Notes
The Tablestore SDK for Python supports SQL query features from version 5.4.2 onwards. Please ensure you have installed the correct version of the Python SDK to use this feature.
For more information, see the historical iterations of the Python SDK.
Feature list
Operation | Description |
Create a mapping relationship for an existing table or index using the | |
Add or delete property columns for an existing mapping table using the | |
Delete a mapping relationship using the | |
List the mapping tables in the current database using the | |
Query the table description, such as field names and field types, using the | |
Query the index description of a table using the | |
Query data in the table using the |