T
Tor Inge Rislaa
Storing a query in an existing database
Is it possible to create a query in an existing database (by code), by the
meaning that the query is named as a view and I can refer to it (Select *
From myQuery)
For a Table I would type: Create Table tblMyNewTable (FirstName TEXT,
LastName TEXT, Salary DOUBLE)
What would the syntax for creating a query be?
TIRislaa
Is it possible to create a query in an existing database (by code), by the
meaning that the query is named as a view and I can refer to it (Select *
From myQuery)
For a Table I would type: Create Table tblMyNewTable (FirstName TEXT,
LastName TEXT, Salary DOUBLE)
What would the syntax for creating a query be?
TIRislaa