this post was submitted on 10 Aug 2025
9 points (100.0% liked)
SQL
1051 readers
1 users here now
Related Fediverse communities:
- #sql on Mastodon
- #postgresql on Mastodon
- c/PostgreSQL on programming.dev
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Aye, looking at the replies, I'm becoming aware that I left out a couple key assumptions I've made. Assuming:
a)
id
is aPRIMARY KEY
(or otherwiseUNIQUE
)b) I mean
equivalent
insofar as "the rows returned will contain equivalent data same (though maybe ordered differently)"