Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To retrieve complete data in Apache IoTDB in the form of decimal numbers with six digits, you can use the following SQL query:

SELECT CAST(value AS FLOAT(6)) FROM measurement_name

This SQL query will cast the value column as a float with 6 digits and retrieve the complete data from the specified measurement. You can replace "measurement_name" with the name of the measurement you want to retrieve data from.