Jaolaza
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Window functions is not recognized by SQL formatter
AnsweredHi, I have issues with the code style: SELECT location_international_customers AS place , SUM(price) over (PARTITION BY location, start_time ORDER start_time) AS dollar...