n my test database, v1 is a view, and when I execute 'create view v2 as select v1.id from v1', it tips me 'ERROR: Table v1 has not been found in database test'. But if execute ''create view v2 as select id from v1', it'll be OK.
I have tried same on gridsql, it worked. Following ways I tried:
Please share the following information:
1. Version of GridSQL.
2. Definition