Subject | Re: [firebird-support] How to add previous column value to current value? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2016-03-29T09:45Z |
29.03.2016 11:40, 'Piotr Olszewski' piotr.olszewski@... [firebird-support] wrote:
--
WBR, SD.
> I need to get a date difference (days between) between rows.With Firebird 3.0 you can use window function LAG.
--
WBR, SD.