using Avg()

Поиск
Список
Период
Сортировка
От Mark Connelly@South Central
Тема using Avg()
Дата
Msg-id 685AD5FCEB6BD5119A3A0008C7DB50510515D04A@MAST-WI0-SE01
обсуждение исходный текст
Список pgsql-sql
I have a table with a column named SwErr   (Switch Error) with int values
date with datetime values and SwID with char(3)
I am trying to get a subset back where the folowing is true
select the avg(SwErr) for the last 30 days where SwId = 'XX1'
Select the value of todays value of SwErr where SwId = 'XX1'
if todays value of SwErr is greater than 4 times the SwErr Average return in
the value
TIA
Mark Connelly


The contents of this email and any attachments are sent for the personal attention
of the addressee(s) only and may be confidential.  If you are not the intended
addressee, any use, disclosure or copying of this email and any attachments is
unauthorised - please notify the sender by return and delete the message.  Any
representations or commitments expressed in this email are subject to contract. 
ntl Group Limited



В списке pgsql-sql по дате отправления:

Предыдущее
От:
Дата:
Сообщение:
Следующее
От: Hubert depesz Lubaczewski
Дата:
Сообщение: Re: how to return ONE single record from a function in plpgsql?