Re: Column limits in table/ views

From: "Gaetano Mendola" <gmendola(at)mbigroup(dot)it>
To: "A(dot)M(dot)" <agentm(at)cmu(dot)edu>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Column limits in table/ views
Date: 2003-06-07 18:08:56
Message-ID: 004e01c32d1f$dd2b3ba0$10d4a8c0@mm.eutelsat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


"A.M." <agentm(at)cmu(dot)edu> wrote:

> I have 560 columns of NUMERIC(10,14). To not run up against max column
> restraints, I split the information into two tables. Does the column
> limit on tables imply the same limit for views or selects or could I
> potentially select a row across both tables and make a view that hides
> the split?

Hi,
just for curiosity, can I known why do you need a table or a view
with more then 560 Columns ?
Usually have a big table like yours is sign of a not good design.

Regards
Gaetano Mendola

Browse pgsql-sql by date

  From Date Subject
Next Message Eivind Kvedalen 2003-06-07 21:06:36 Re: "Join" on delimeter aggregate query
Previous Message Mendola Gaetano 2003-06-07 18:05:13 Re: EXTERN JOIN with WHEN query