Alessandro Raffa

Results 2 issues of Alessandro Raffa

Is there any example MySQL schema implementation for v6? Thanks in advance.

Improvement Idea

Platform: esp-idf 3.3-beta1-506-gebdcbe8c6-dirty Using either one of the following statements: ```sql INSERT INTO tableName (value) VALUES (12.00),(24.00),(36.00),(48.00),(60.00),(72.00),(84.00),(96.00); ``` ```sql INSERT INTO tableName (value) SELECT (12.00) UNION ALL SELECT (24.00) UNION...