R
ramosit
Guest
I would like to create a view using sql command and this may
seem very symply:
create view view1 (a,b) as select a,b from tbl1
or
create view view1 as select a,b from tbl1
and this works but the query does not apper in the list of the user views (the queries)...
how to do to let the query appear in this list???
I thank you all in advance
bye
seem very symply:
create view view1 (a,b) as select a,b from tbl1
or
create view view1 as select a,b from tbl1
and this works but the query does not apper in the list of the user views (the queries)...
how to do to let the query appear in this list???
I thank you all in advance
bye