Skip to content

Lesson 8 Activity 15 #15

New issue

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

Open
Swall1545 opened this issue Nov 25, 2023 · 1 comment
Open

Lesson 8 Activity 15 #15

Swall1545 opened this issue Nov 25, 2023 · 1 comment

Comments

@Swall1545
Copy link

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$

@Swall1545
Copy link
Author

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');

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant