Re: joining 2 Tables.

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: joining 2 Tables.
Date: 2014-03-17 13:52:07
Message-ID: 1395064327640-5796328.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thomas Drebert wrote
> SELECT
> foo.updatezeit
> FROM

You joined them ok. But this says you only want to see the foo.updatezeit
in the final output. Try *

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/joining-2-Tables-tp5796290p5796328.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Nipuna 2014-03-17 14:29:40 Multiple occurence
Previous Message Thomas Drebert 2014-03-17 10:14:41 joining 2 Tables.