Comment on Super-Structured Data: Rethinking the SchemaparentComments−mamcx4yComposable is the ability to define things in the small and combine with confidence.SQL not allow this: by_id := WHERE id = $1 SELECT * | by_id−simonw4yCTEs provide some pretty useful composability for SQL queries. I find myself using them all the time.
Comments
Composable is the ability to define things in the small and combine with confidence.
SQL not allow this:
CTEs provide some pretty useful composability for SQL queries. I find myself using them all the time.