"""Select all values in a single field.""" SELECT_ALL_SINGLE_FIELD = """ SELECT {field_name} FROM {table}; """