Use the following (standard) SQL syntax:

  select * from table (generate_series(1, 32, 1))

Julian



> On Feb 5, 2019, at 7:08 AM, Paul Trepagnier <[email protected]> wrote:
> 
> Is there any support in the calcite parser for table-value functions?  For
> instance, this valid postgres query does not seem to be able to be parsed
> by calcite 1.18.  Am I missing something, or is this not supported?
> 
> select * from generate_series(1, 32, 1)
> 
> Thank you very much for any help you may be able to provide.
> 
> Paul

Reply via email to