Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Chapter 9 Activity 18 #7

Open
btobin0 opened this issue Apr 16, 2021 · 0 comments
Open

Error: Chapter 9 Activity 18 #7

btobin0 opened this issue Apr 16, 2021 · 0 comments

Comments

@btobin0
Copy link

btobin0 commented Apr 16, 2021

When doing a select * from sales_transaction_date, there is no "count" listed so the Step.2 fails to execute.
in fact, bat_sales_daily does not exist either, but sales does exist.

SELECT *, sum(count) OVER (ORDER BY sales_transaction_date) INTO bat_sales_growth FROM sales;
ERROR: column "count" does not exist
LINE 1: SELECT *, sum(count) OVER (ORDER BY sales_transaction_date) ...
^
SQL state: 42703
Character: 15

Are there steps before this?

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

No branches or pull requests

1 participant