need help

Поиск
Список
Период
Сортировка
От Basavaraj
Тема need help
Дата
Msg-id 1376660155863-5767611.post@n5.nabble.com
обсуждение исходный текст
Ответ на Here is my problem  (Basavaraj <basava247@gmail.com>)
Ответы Re: need help  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
i have two unrelated tables as their is no common column to apply joins or
anything, so i want to join those tables using simple query(only two tables
should be used and no common table) can you pls help me out how to do that.
I am new user to postgres

this is table format

table1                                                 table2

name| address|email|                     mobileNo|firstname|lastName|
----------------------                  ------------------------------
abc    some1   mail1                       1234564|def         |
:                                                 :
:                                                 :
                                                  :
:
:5 records                                  10 records


finally the result shoule be

name| address|email|mobileNo|firstname|lastName|
--------------------------------------------------
abc   some1    mail1   1234564 def          xyz

5 records               |   10 records

                           |

Very thankful for solution............





--
View this message in context: http://postgresql.1045698.n5.nabble.com/Here-is-my-problem-tp5766954p5767611.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Guy Helmer
Дата:
Сообщение: Re: SSL connection has been closed unexpectedly
Следующее
От: bricklen
Дата:
Сообщение: Re: pg_get_triggerdef can't find the trigger using OID.