Re: Find "smallest common year"
От | Stefan Schwarzer |
---|---|
Тема | Re: Find "smallest common year" |
Дата | |
Msg-id | 0484615F-35FC-40A5-96E0-278208EE1541@grid.unep.ch обсуждение исходный текст |
Ответ на | Re: Find "smallest common year" ("William Leite Araújo" <william.bh@gmail.com>) |
Ответы |
Re: Find "smallest common year"
|
Список | pgsql-general |
Sorry,
I forgot to mention my table design, which is like this:
name 2001 2002 2003 2004 2005
-----------------------------------------------------------------
Afghanistan ....
Albania ....
(Yep, I know, bad table design.... :-)). I tried to change it to the more common "id | year | value" format, but there were too many SQL problems afterwards for the different queries/calculations we need to have....)
So, the mentioned SQL unfortunately doesn't work in that case....
Stef
On Sep 27, 2007, at 1:52 PM, William Leite Araújo wrote:
If I understood your question, maybe it's you want:
SELECT min(<desired data>) FROM table1 JOIN table2 ON (table1.data_field = table2.data_field);2007/9/27, Stefan Schwarzer <stefan.schwarzer@grid.unep.ch >:Hi there,my aim is to plot a line graph for a single country but for two orthree variables. Now, one could use two different y-axis (if thereare two data sets with different units); but it's not really theright way to analyse data.One should rather normalize them to a base year to enhancecomparisons. To achieve this, one would set the values for a specificyear to 1 (or 100) and put the other values of all variables inrelation to it.Thus, taking two variables, say,Fish Catch- in Thousand Metric Tons- data available for 1975 to 2005andTotal Population- in Million People- data available for 1960 to 2005Country is Kenya.The "smallest common year" would be 1975. One needs thus to set thevalues for that year to 1 (or 100), and calculate the other values ofthe variables in respect to the needed factor.Now the question is how to find that "smallest common year"automatically, via SQL or PHP?Can anyone give me a hint? Thanks for any help!Stef____________________________________________________________________
Stefan SchwarzerLean Back and Relax - Enjoy some Nature Photography :Appetite for Global Dat a? UNEP GEP Data Portal:____________________________________________________________________
--
William Leite Araújo
Estudante de paternidade - 24a semana
В списке pgsql-general по дате отправления: