Can a NamedQuery be embedded in another NamedQuery?

Strictly speaking, this is not supported by generic JDBC, and therefore there is nothing in the named query system to accommodate them.

It so happens that at least one JDBC driver (PostgreSQL) will accept true java arrays (not lists) in single parameters, and Ignition's "Prep" queries will pass these correctly.

See this topic:

{ Perhaps we need a feature request for NQs to offer array parameters. }

1 Like