Thanks FG for your recommendations. Let me try that. Thanks for your time.
On Thursday, February 17, 2022, 04:40:07 AM EST, Francesco Guardiani
wrote:
Hi,
The SQL syntax is not supported, as the SQL standard itself does not allow it.
It sounds strange that it fails at validation phas
Hi,
The SQL syntax is not supported, as the SQL standard itself does not allow
it. It sounds strange that it fails at validation phase rather than when
parsing, but it shouldn't work anyway.
I suggest you to just use Table API for that, as it's richer. You can even
use withColumns(range(..)) whic