From: LacaK <la...@us...> - 2006-11-29 10:59:32
|
If I can add my vote, then : 1. SELECT col1 FROM t ORDER BY col2 is useful in real apps, so I would like if this will be supported (without error, without warning) 2. SELECT DISTINCT col1 FROM t ORDER BY col2 if this is "problematic", then this usage can be limited (but if not, then I will vote to leave it) -Laco. |