For example, create view v1 as (select ... from T1 left join T2 ... )
Result: view Name | Table Name ==================== v1 | T1 v1 | T2 Thanks a lot! Lu Ying -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
