Re: View of two tables with same data
- From: Dave Ballantyne <symlink@no5p323mmer>
- Date: Thu, 28 May 2009 14:52:21 +0100
Spider Jerusalem wrote:
Hi, I have two tables with same fields, and I need to make view which
will get data from both tables in same fields.
Create View vw
as
Select * from taba
union all
select * from tabb
--
Dave Ballantyne
http://sqlandthelike.blogspot.com/
.
- References:
- View of two tables with same data
- From: Spider Jerusalem
- View of two tables with same data
- Prev by Date: View of two tables with same data
- Next by Date: Re: View of two tables with same data
- Previous by thread: View of two tables with same data
- Next by thread: Re: View of two tables with same data
- Index(es):
Relevant Pages
|