I need a read only view that concatenates data from two tables. Basically both tables would need a simple query like
Select name, description, date from Tasks;
Select name, description, date from Issues;
Is there some way to wrap these two independent queries in a "CREATE VIEW myview AS" statement?
- [GENERAL] view creation question Larry White
- Re: [GENERAL] view creation question Michael Fuhr
- Re: [GENERAL] view creation question Michael Glaesemann
- Re: [GENERAL] view creation question Richard Huxton
- Re: [GENERAL] view creation question Alban Hertroys
- Re: [GENERAL] view creation question Csaba Nagy