6 lines
71 B
SQL
6 lines
71 B
SQL
|
|
create or replace view top
|
|
as
|
|
select *
|
|
from table(moats.top);
|