Hi!
Maybe someone knows what can be the cause of the following issue:

I tried to execute two queries:
val query1 = "SELECT x FROM unnest(array[1]) x"
val query2 = "SELECT x FROM unnest(array(select 1)) x"

The first one works, but the second one throws an exception:
Column 'x' not found in any table

Reply via email to