Posted by Kromey at 12:35pm Apr 22 '10
You must sign in to send Kromey a message
You must sign in to send Kromey a message
DISTINCT is said to be non-deterministic. In actuality, what that means is that it's dependent upon database order (i.e. the order of data in the raw data files) and not any ordering you can control -- meaning you cannot control which row is chosen in a DISTINCT.