Re: table joining duplicate records

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: onin <jnana(at)mobius(dot)ph>
Cc: SQL Postgresql List <pgsql-sql(at)postgresql(dot)org>
Subject: Re: table joining duplicate records
Date: 2006-07-09 05:56:26
Message-ID: 20060709055626.91290.qmail@web31809.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> can i have a result set. just like the outer join returns.
> but on my case. return null on duplicates.
> like this one.
>
> survey :category :question :answer
> -----------------------------------
> survey1:category1:question1:answer1
> : : :answer2

hmmm.. I am no sure that you are going to get what you want from a simple select query.

A reporting software could do this easily however.

also be sure to include the list in your replies :-).

Regards,

Richard Broersma Jr.

Browse pgsql-sql by date

  From Date Subject
Next Message Luca Giandoso 2006-07-09 07:52:35 information_schema for all users
Previous Message Rodrigo De Leon 2006-07-08 16:48:04 Re: SELECT substring with regex