Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
agent327
11 months ago
|
parent
|
context
|
favorite
| on:
What makes code hard to read: Visual patterns of c...
More readable? How about this:
SELECT DISTINCT authors FROM books WHERE page_count > 1000;
namaria
11 months ago
[–]
Yeah but how do you get that data written to a structure database so you get to do that?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
SELECT DISTINCT authors FROM books WHERE page_count > 1000;