Raimon Fernandez <coder(at)montx(dot)com> writes:> It's not possible to return in a subquery more than one column ?
Try it like this:
SELECT id_intern, (SELECT ROW(referencia, descripcio) FROM articles WHERE...
regards, tom lane