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 Reporting with SQL Working with Text Creating Excerpts

Getting the following error message: Bummer: Expecting results like 'L Chalkley' not 'L Chalkley'. What is going on?

Title says it all. Am I getting the right result in the wrong way or what exactly?

2 Answers

Steven Parker
Steven Parker
230,178 Points

It sure looks like the right data, so the problem is most likely how it's organized. I'd bet the issue is either:

  • the wrong number of columns (2 are expected)
  • the wrong column names (they should be "initial" and "last_name")

If that's not it, post your complete query code so I can take a look and be more specific.

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Need to see your code to determine the issue on this one.