s.Wallace
Results
1
comments of
s.Wallace
also, it calls the wrong function name at the end: Written as: `sqlda=# SELECT avg_sales_since('2013-04-12', '2014-04-12')` Should be: `sqlda=# SELECT avg_sales_window('2013-04-12', '2014-04-12');`