Mundi
June 27th, 2001, 06:36 AM
hi, I am creating a view that consists of one table, but I need to do something like this:
create view something
as
select * from banks
where name = "Variable"
and id = "variable"
or something = "variable2"
etc.
how do I create a view with variables in it???
Thank you so much!
Computers and software @ EJS
create view something
as
select * from banks
where name = "Variable"
and id = "variable"
or something = "variable2"
etc.
how do I create a view with variables in it???
Thank you so much!
Computers and software @ EJS