M
Mette Dencker
Hi,
I am trying to create a view by using the create view-command, but it
does not work. For instance I have a table called names, and I want to
create a view selecting all tuples:
CREATE VIEW testview AS
SELECT * FROM names WHERE 1
The error message I get is "Syntax error in the CREATE VIEW statement".
Please help me!
Thanks!
/Mette
I am trying to create a view by using the create view-command, but it
does not work. For instance I have a table called names, and I want to
create a view selecting all tuples:
CREATE VIEW testview AS
SELECT * FROM names WHERE 1
The error message I get is "Syntax error in the CREATE VIEW statement".
Please help me!
Thanks!
/Mette