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

Stephen Pierce
Stephen Pierce
12,047 Points

SQL Finding Data that Matches Patterns - Challenge 1 of 2

Cannot complete, despite providing proper query string. When clicking the 'Check Work' button, after a brief wait, a javascript modal is produced with the headline "Oh no!". The query string being provided is provided below.

SELECT * FROM products WHERE name LIKE '%t-shirt%';

Other variations have been used as well such as double quotes.

Daniel Stopka
Daniel Stopka
13,520 Points

your code is working for me...

1 Answer

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 Points

If I remember right, these "Oh no" messages were a request timing out, How is your wifi? It's not your code. For some reason I had this problem a lot in the SQL challenges, I wish they would allow the request a little more time before they kill it.

Stephen Pierce
Stephen Pierce
12,047 Points

It's just very strange. I have never received this error, and I only receive this on this particular question.