@layout:private.html; @sql:tran; select to_char(Created, 'YYYY-MM-DD') as Created, count(1) Count from Transaction where Created + interval '3 months' > now() group by 1 order by 1 desc; @send;
Lista transakcji
| Data rozpoczecia | Ilosc transakcji |
| @{tran:Created} | @{tran:Count} |