Skip to content

Instantly share code, notes, and snippets.

View sahidrahman404's full-sized avatar

Rahman sahidrahman404

  • Tangerang, Indonesia
  • 01:25 (UTC +07:00)
View GitHub Profile
@bokwoon95
bokwoon95 / comments.sql
Last active February 28, 2025 17:38
how to model threaded comments (e.g. reddit comments) in SQL with a simple 'ancestors' column
-- how to model threaded comments (e.g. reddit comments) in SQL with a simple 'ancestors' column
-- The comment tree:
-- [1]
-- / \
-- [2] [4]
-- / \ \
-- [3] [7] [6]
-- /
-- [5]