| From: | Basavaraj <basava247(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | need help |
| Date: | 2013-08-16 13:35:55 |
| Message-ID: | 1376660155863-5767611.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve Clark | 2013-08-16 14:07:14 | what \ command actually run |
| Previous Message | Jack Christensen | 2013-08-16 12:23:35 | Re: Forcing materialize in the planner |