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

In the e-commerce database there's a customer_addresses table with the following columns: id, nickname, street, city, st

I'm confused please help. I've tried different variations

SELECT * columns FROM customer_addresses EXCEPT id, nickname, user_id;

SQL Error: near "columns": syntax error

Curtis Vanzandt
Curtis Vanzandt
9,165 Points

Hi Ramon, you don't need "columns". Just the following:

SELECT * FROM etc

SELECT * FROM customer_addresses EXCEPT id, nickname, user_id; I typed this in and I still get an error. What am I missing?

1 Answer

Donnie Driskell
Donnie Driskell
2,243 Points

I think I could answer this, but the rest of the main question is missing from the subject. Can you please state the entire word problem. thanks Donnie