in reply to How many different varieties (color, size, etc) of socks do you have in your sock drawer?
SELECT l.sock, r.sock FROM socks r, socks l WHERE l.sock LIKE r.sock and l.sock <> r.sock LIMIT 1;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How many different varieties (color, size, etc) of socks do you have in your sock drawer?
by chacham (Prior) on Oct 07, 2016 at 20:49 UTC |