Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
freddotclem's comments
login
freddotclem
on Oct 24, 2023
|
parent
|
context
[–]
| on:
Don't use DISTINCT as a "join-fixer"
> A notion as simple as "I want to return a list of customers with additional properties" does not map to any dedicated SQL construct.
a temp table with unique/primary key on custumer really helps if uniqueness is a requirement.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
a temp table with unique/primary key on custumer really helps if uniqueness is a requirement.