"""Select all distinct values in a single field.""" SELECT_ALL_DISTINCT_SINGLE_FIELD = """ SELECT DISTINCT {field_name} FROM {table_name}; """