Re: View of two tables with same data

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi
Use ALIAS

select a.col AS colname1, b.col as colname2 from a join b on .......


"Spider Jerusalem" <krelespider@xxxxxxxxx> wrote in message
news:295t15hvc68arnuihusu41aif5ncjbjanr@xxxxxxxxxx
Hi, I have two tables with same fields, and I need to make view which
will get data from both tables in same fields.


.