We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This code didn't work when I ran it.
Is it because it is written as?: sqlda$# END; $channel_avg$ and should be?: sqlda$# END; $sales_avg$
sqlda$# END; $channel_avg$
sqlda$# END; $sales_avg$
The text was updated successfully, but these errors were encountered:
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');
sqlda=# SELECT avg_sales_since('2013-04-12', '2014-04-12')
sqlda=# SELECT avg_sales_window('2013-04-12', '2014-04-12');
Sorry, something went wrong.
No branches or pull requests
This code didn't work when I ran it.
Is it because it is written as?:
sqlda$# END; $channel_avg$
and should be?:
sqlda$# END; $sales_avg$
The text was updated successfully, but these errors were encountered: