Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGreg Kaleka
39,021 PointsMySQL doesn't support the OVER() function. Is there a good way to reproduce the functionality?
I have to think MySQL has a way to do something like what we're doing in the video. Maybe not as elegantly
1 Answer
Matthew Caloger
12,903 PointsI found some resources that may be of assistance:
https://dba.stackexchange.com/a/40203
http://www.mysqltutorial.org/mysql-group_concat/
https://explainextended.com/2009/03/10/analytic-functions-first_value-last_value-lead-lag/