tuplets in

From: Hans Ginzel <hans(at)matfyz(dot)cz>
To: pgsql-novice(at)postgresql(dot)org
Subject: tuplets in
Date: 2015-07-09 20:44:22
Message-ID: 20150709204422.GA23791@artax.karlin.mff.cuni.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello!

How to say
... WHERE (group_id, id) NOT IN (SELECT a, b FROM...)
please?

Analogous to
... WHERE id NOT IN (SELECT a FROM...)
but in vector form.

Regards
Hans Ginzel

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Kellerer 2015-07-09 21:36:27 Re: tuplets in
Previous Message Ricardo Oliveira 2015-07-08 10:30:29 Replication DB scenario