WL#593: SELECT 1, * FROM

Affects: Server-5.0   —   Status: Un-Assigned

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 '*'.