Mine
thoughts and notes from a computational biologist
Friday, December 19, 2008
if you have these tuples in your database:
a
b
c
1
1
r
1
2
e
2
3
t
4
2
s
SELECT DISTINCT ON (a) a, b, c will return:
a
b
c
1
1
r
2
3
t
4
2
s
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment