Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Christopher Endswell
1,781 PointsGetting 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
216,136 PointsIt 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
Treehouse TeacherNeed to see your code to determine the issue on this one.