Hi there,
I'm executing this sql statement:
select c.name from paris.table1 c,table1 t where c.id = t.id
where paris is a schema in the same database. When I execute this statement, I get the end-of-file on communication channel error.
Any ideas?
Thanks!