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 trialRamon Villarreal-Leal
4,764 PointsIn 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
Curtis Vanzandt
9,165 PointsHi Ramon, you don't need "columns". Just the following:
SELECT * FROM
etc
Manuel Alvarez
5,383 PointsSELECT * 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
2,243 PointsI 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
Ramon Villarreal-Leal
4,764 PointsRamon Villarreal-Leal
4,764 PointsSELECT * columns FROM customer_addresses EXCEPT id, nickname, user_id;
SQL Error: near "columns": syntax error