Add support for
SELECT 1,* FROM ....
Now we only support *, 1 FROM ...
This is however not that urgent as this is not a common problem and
according to ANSI SQL 99, one is not allowed to specify any
other select expressions if one uses '*'.
Copyright (c) 2000, 2013, Oracle Corporation and/or its affiliates. All rights reserved.