Diego wrote:
> Why don´t work in 8.1?
Because it is violating the SQL standard and 8.1 is stricter in that
regard.
> ERROR: missing FROM-clause entry for table "tabpes"
So add that table to the FROM clause.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/