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 trialMikko Metso
22,375 PointsQuiz | Review: Reporting with SQL :The operator you'd use to add two pieces of text together in SQLite/SQL Playground
Bummer! Unfortunately, that doesn't seem to be the + -operator. Not according to the Quiz at least. Could it be just a bug or can someone kindly tell me the correct answer and what I'm doing wrong here?
Happy coding guys and gals!
-M
1 Answer
Steven Parker
231,248 PointsThey're asking for the concatenation operator.
And in SQLite this is not "+". The concatenation operator is "||" (two vertical bars).
Mikko Metso
22,375 PointsMikko Metso
22,375 PointsAh! Of course! Was bit too hasty there :D Thank you for clearing that out.