Skip to content
Advertisement

Informix doubly nested MULTISET remains empty

Given this schema:

I tried running a query like this:

But the output suggests that the inner most nested MULTISET query doesn’t work. The output is:

Is this a known limitation or a bug? How can I work around this limitation? I’m using IBM Informix Dynamic Server Version 14.10.FC5DE

Advertisement

Answer

Just like a similar problem I’ve discovered recently, there seems to be an ORDER BY related bug. Removing the ORDER BY clause:

And the output is now the expected one:

Definitely seems to be a bug in Informix.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement