To retrieve the entire contents of the Color column (column 3) for all records where the first sorted column (column 1, Item) contains "Shirt" or "Trousers":
@DbLookup("ODBC"; "INVENTORY"; ""; ""; "UNIFORMS"; "Color"; "Item"; "Shirt" : "Trousers")
Since multiple records contain at least one of the keys, the result is a list:
Red:Yellow
Values in the resulting list appear just as they were encountered in the database; they are not sorted and duplicate values are retained.