it is possible that the fields returned from the query become column titles in a table?
Example:
SELETC A.data, A.qtd FROM table A
results in table:
| 01/01/2023 | 02/01/2023 | 03/01/2023 |
| 000000001 | 000000030 | 000000030 |
| 000000001 | 000000030 | 000000030 |
| 000000001 | 000000030 | 000000030 |
| 000000001 | 000000030 | 000000030 |
| 000000001 | 000000030 | 000000030 |