Cette page n'est pas encore disponible dans votre langue. Nous nous efforçons d'ajouter d'autres langues. Nous vous remercions de votre compréhension.

On this page

Querying the DCS Table

Updated on 2023-11-03 GMT+08:00

This statement is used to query data in a DCS table.

Syntax

1
SELECT * FROM table_name LIMIT number;

Keyword

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;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback