←back to thread

SQL Design Patterns (2010)

(vadimtropashko.wordpress.com)
149 points mci | 1 comments | | HN request time: 0.213s | source
Show context
potatoproduct ◴[] No.45077193[source]
Not ashamed to admit that I never really thought about the distinct operator 'being redundant' as its essentially just a group by.
replies(3): >>45077523 #>>45078843 #>>45079717 #
1. stevage ◴[] No.45078843[source]
Huh, I have always just thought of it as a syntactic shortcut.