PHP-Code:
create view MyLib/MyView1
as
Select nummername from kundenstamm;
Create View MyLib/View2
as
Select nummerumsatz from statistik 
das sollte helfen