Please, I need to create views of tables that have same extended fields. How can I do this?
Some thing like...
create view vmyview as
select * from mytable
- Can I use any function to do this?
Thanks!