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.

Cosmin Iuga
2,352 PointsI'm stuck here. please help
I'm stuck here. Please help.
SELECT phone_book WHERE last_name =%% AND last_name IS NOT NULL;
4 Answers

Josh Keenan
19,529 PointsHere's my solution:
> SELECT last_name FROM phone_book WHERE last_name IS NOT NULL
It needs you to just get the last_name
column when it isn't null

Cosmin Iuga
2,352 PointsSELECT phone_book WHERE last_name =%% AND last_name IS NOT NULL;

Cosmin Iuga
2,352 Pointsthat worked. Awesome.

Tommy Gebru
30,152 PointsIt looks like you were close Cosmin - also i believe that if you wanted to use the characters for string match %
Be sure to use the keyword LIKE for example LIKE %book%