Hacker News new | ask | show | jobs
by natemcintosh 1155 days ago
FYI, in the learning mission, it often asks something like "Get all of the columns from the "pods_list" table where status is 'functioning', and range is more than 1500."

I think it really means "Get all of the rows from ..."

1 comments

Thanks! TBH I'm specifying all columns because the output will be expecting certain columns and even if the where clause is correct the test will fail unless the columns are right :-)