[Dos and Don'ts #1] frappe.db.get_value

Thanks @rmeyer

Client-side this works for me

options = frappe.db.get_list("TCM Appraisal", {fields: ["client"], filters: {"appraisee": appraisee}, distinct: 1, order_by: 'client'});