trollied

Results 2 comments of trollied

Error 262 means you don't have permission to do a SHOWPLAN

Casting the remote part of the query to `bigint` works. ``` select t1.id from t1 where t1.id::bigint > ( select max(id) from t2 ) ; ``` ... but this disables...