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 trial

Databases

Carmen Boone
Carmen Boone
760 Points

Error message is incorrect why is it reporting this error message for Concatenation exercise 2 of 2

Bummer! Your query didn't retireve the addresses in the correct format. Expecting 2532 2nd ST, San Diego, California 90222. USA not 2532 2nd ST, San Diego, California 90222 , USA.

Steven Parker
Steven Parker
231,127 Points

This looks like this question was duplicated by this other question. You can always edit or comment a question to add information instead of entering it again.

1 Answer

Steven Parker
Steven Parker
231,127 Points

Just looking at the error message, it looks like there was a space and a comma following the zip code, but the challenge was expecting no space and a period.

If you need a more thorough analysis, please show your complete query and provide a link to the challenge page.