Re: Querying same lookup table with multiple columns based on another view - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: Querying same lookup table with multiple columns based on another view
Date
Msg-id 564B4E88.8090102@iol.ie
Whole thread Raw
In response to Querying same lookup table with multiple columns based on another view  (Killian Driscoll <killiandriscoll@gmail.com>)
Responses Re: Querying same lookup table with multiple columns based on another view  (Killian Driscoll <killiandriscoll@gmail.com>)
List pgsql-general
On 17/11/2015 15:33, Killian Driscoll wrote:
>
> In terms of database structure and typing efficiency, it might be better
> to restructure the lookup tables and create a new lookup table for each
> of the three columns instead of one combined one?

[Please keep you replies on-list - thanks!]

You'd better show us your table structures - we're only guessing
otherwise. However, I think typing efficiency isn't important, but
rather what your application needs to do with the data - you only type
the query once. :-)

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Querying same lookup table with multiple columns based on another view
Next
From: Killian Driscoll
Date:
Subject: Re: Querying same lookup table with multiple columns based on another view