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 trialBenoit Tordeurs
Full Stack JavaScript Techdegree Student 9,400 PointsChallenge Task 2 of 3 The same eCommerce database has a users table. It has the columns id,
SQL Modifying data with squelch: POLAY_HAND THAT challenge 2/3 it is weeks that I can resolve, I am stuned, puzzled, SAME MESSAGE: NOT THE RIGHT COLUMN, therefore even if they mention user without s, username, I eventually Wrote SELET*FROM USERS First_Names........ all of them messages, I tried DELETE FROM USERS. I can't pass this challenge I need help.
3 Answers
Vedran Linić
10,050 PointsFor the second challenge, you need to enter
DELETE FROM users WHERE username = "poley_hands";
Do you need an explanation of the code?
Benoit Tordeurs
Full Stack JavaScript Techdegree Student 9,400 PointsMany many Thanks thank you very much, I am very happy now Vedran, thanks
Vedran Linić
10,050 PointsPlease add Url to the challenge so I can see wot is your problem with the challenge.
Benoit Tordeurs
Full Stack JavaScript Techdegree Student 9,400 PointsHere is yhe URL, hope it is fine
Vedran Linić
10,050 PointsFor the second challenge, you need to enter
''' DELETE FROM users WHERE username = "poley_hands";
'''
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherIt would be immensely helpful if you could post the URL to the challenge so that we can assist you. When you open the challenge in your web browser click in the address bar and copy and paste it here, so that we can hop directly to the challenge. Thanks!