Help Center/
Data Lake Insight/
Spark SQL Syntax Reference/
Datasource Connections/
Creating a Datasource Connection with an RDS Table/
Querying the RDS Table
Updated on 2024-07-04 GMT+08:00
Querying the RDS Table
This statement is used to query data in an RDS table.
Syntax
1
|
SELECT * FROM table_name LIMIT number; |
Keywords
LIMIT is used to limit the query results. Only INT type is supported by the number parameter.
Precautions
The table to be queried must exist. Otherwise, an error is reported.
Example
Query data in the test_ct table.
1
|
SELECT * FROM dli_to_rds limit 100; |
Parent topic: Creating a Datasource Connection with an RDS Table
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