SELECT '' AS Value, '-- select one --' AS TextUNIONSELECT DISTINCT School AS Value, School AS Text FROM custom_SchoolLookup ORDER BY 2 -- ordering by display text, column 2