Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Mark King <fires10@gmail.com> writes: > I have a table with sampledate, meter1, meter2...etc > I am trying to develop a function or query > where: > select sampledate, (meter1 - (select meter1 where sampledate = sampledate + > interval '1 days')) as consumption from mytable; > Any ideas how to make this work?I think what you're looking for is window functions, specifically the LEAD/LAG functions. You need Postgres >= 8.4 for those though. regards, tom lane
В списке pgsql-novice по дате отправления: