view of weekly data - Mailing list pgsql-sql

From Ding Xiangguang
Subject view of weekly data
Date
Msg-id 543CACD7FF1C4F4AB587CC0864E94EC603B5E31D@EMHQ05B.singtel.corp.root
Whole thread Raw
Responses Re: view of weekly data  (Greg Stark <gsstark@mit.edu>)
List pgsql-sql
Hi, friend,

Suppose there is table of daily transaction data with 5 fields,

time(date), open(float8), high(float8), low(float8), close(float8)

Is it possible to create a view of weekly data, i.e. open is the first day'open, high is the highest of the week, low
isthe lowest of the week, close is the last day's close. 

Thank you.


pgsql-sql by date:

Previous
From: "garhone"
Date:
Subject: SELECT on a to-be-determined table
Next
From: Adam Alkins
Date:
Subject: Btrieve to PostgreSQL