Help Center/ Data Lake Insight/ Spark SQL Syntax Reference/ Datasource Connections/ Creating a Datasource Connection with a DCS Table/ Querying the DCS Table
Updated on 2024-08-19 GMT+08:00
Querying the DCS Table
This statement is used to query data in a DCS 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.
Example
Query data in the test_redis table.
1 | SELECT * FROM test_redis limit 100; |
Parent topic: Creating a Datasource Connection with a DCS Table
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.