Many databases have EXPLAIN statements. For example, in mysql: the EXPLAIN statement provides information about how MySQL executes statements.
I find that TDengine has a reserved keyword EXPLAIN. Howerver, there is no document about it.
Can I use it to view the query plan before executing a sql statement?