This topic explains how to perform SQL query operations using the Tablestore PHP SDK.
Notes
Starting with version 5.1.0, the Tablestore PHP SDK includes support for the SQL query feature. Ensure you have the correct version of the PHP SDK installed to use this feature.
For more information, see the historical iterations of the PHP 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 description of a table, such as field names and field types, using the | |
Query the index description of a table using the | |
Query data in a table using the |