"""Select all distinct values in a group of fields.""" SELECT_ALL_DISTINCT_FIELDS = """ SELECT DISTINCT {field_names} FROM {table_name} ; """