Relative Content

Tag Archive for postgresqldbt

Complex loop calc in dbt + postgres

I need to recursively/cyclically calculate data by months with intermediate saves to the database, as the next period will be calculated/saved based on these data.