On Sun, Oct 4, 2015 at 3:07 PM, Jacques Nadeau <[email protected]> wrote:
> select t.a.* as x from t (the x would simply be ignored) > ... > > How does that sound as a first step? > sounds right except for this example. I would have expected that [select t.a.* as x from t ] would be equivalent to [select t.a as x from t] or would be disallowed. How can x be ignored?
