How to append tables in a view

Поиск
Список
Период
Сортировка
От Ashish Karalkar
Тема How to append tables in a view
Дата
Msg-id 007701c74f4c$c59e4060$170211ac@LIONKING.COM
обсуждение исходный текст
Ответ на Dumb question - how to tell if autovacuum is doing its job in 8.2.x  (Sic Transit Gloria Mundi <sitrglmu@yahoo.com>)
Ответы Re: How to append tables in a view  (Alban Hertroys <alban@magproductions.nl>)
Re: How to append tables in a view  (Shane Ambler <pgsql@007Marketing.com>)
Список pgsql-general
Hello List,
 
I want to append column of two different tables in a single column of  a view .
 
data type of tow column of two diffrent tables will be same.
 
WHAT I WANT TO DO IS:
 
Table 1
IDDESC
1A
2B
3C
  
  
  
  
Table 2
IDDESC
1D
2E
3F
  
View(Table1|| Table 2)
ID_viewDesc
  
1A
2B
3C
4D
5E
6F
  
 
Is there any way???
 
Thanks in advance
Ashish...

В списке pgsql-general по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: PostgreSQL and OpenLdap
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Adjacency List or Nested Sets to model file system hierarchy?