Recent Hacker News items
Start with the bounded sample published by the live schema.
SELECT hn_id, title, original_author, original_timestamp, uri FROM hackernews.items WHERE title != '' ORDER BY hn_id DESC LIMIT 20;
Schema
The enabled source-native Hacker News relation: public IDs, authors, timestamps, scores, payload text, and links.
hn_idkindtitlepayloadoriginal_authororiginal_timestampupvotescomment_countstory_hn_iduriStart with the bounded sample published by the live schema.
SELECT hn_id, title, original_author, original_timestamp, uri FROM hackernews.items WHERE title != '' ORDER BY hn_id DESC LIMIT 20;