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

This keeps throwing an error SELECT first_name, last_name FROM users WHERE username = "wig-lady";

This keeps throwing an error but the syntax is correct

May You can insert your code to be easier to help.

Ben Glazier
Ben Glazier
7,741 Points

If you can include a snippet of your code, that'll help us narrow it down for you. Symantically it looks correct but from memory (and mine isn't that flash), wasn't the user name "wig_lady"?

Anywho a snippet would be cool :)

1 Answer

Steven Parker
Steven Parker
229,644 Points

You just have a typo.

As Ben suggested, you wrote ""wig-lady" (with a hyphen) instead of "wig_lady" (with an underscore).

For future questions, please provide a link to the course page along with showing your code.