Hacker News new | ask | show | jobs
by Obscure 4571 days ago
http://pgexercises.com/questions/basic/where3.html

The query I used was "select * from cd.facilities where name ~ 'Tennis';" which got me the tick, but the page didn't detect that I hadn't used LIKE and the feedback was therefore wrong. You might want to think a little more about different solutions to the exercises.

Other than that it's slick and impressive so far, thanks. I shall be sending the URL onwards.

1 comments

Good point. In the early exercises I'm trying to limit the number of possible routes I throw out there - but I'll modify the exercise in question to mention some of the other possibilities!

Hope you find the site useful.