What?!?!?!
Makes no sense to me, LB, and I do this often (in command objects.
I'mworking on an Ants database and even it supportsit:
SELECT '...All' USER_NAME FROM "INFORMATION_SCHEMA"."ANTS_ALL_USERS" "ANTS_ALL_USERS"
UNION ALL
SELECT "ANTS_ALL_USERS"."USER_NAME"
FROM "INFORMATION_SCHEMA"."ANTS_ALL_USERS" "ANTS_ALL_USERS"
The Ellipses then purdy much guarantee first placement in the list.
Not sure why you have different results, obviously SQL should perform as I've indicated.
Perhaps it's a LOV thang... Note that I avoid tproprietary database layers and have as little experience as is possible with Universes, LOVs, etc...
-k