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 trialDonghyeok Yun
4,514 PointsWrite a SQL query that retrieves the first and last names only where the username is equal to "wig_lady" ??
What did I do wrong?
2 Answers
Motuma Kaba
11,960 Pointsselect first_name, last_name from users where username = "wig_lady";
A X
12,842 PointsSee posts already answered that address this:
-https://teamtreehouse.com/community/select-firstnamelastname-from-users-where-username-wiglady
-https://teamtreehouse.com/community/sql-basics-6
Also, it is helpful for us to see your code in the future. We have no idea what you wrote so therefore there's no way for us to directly help you.