select cho_id, cho_name from tbl_CHO_Operators cho with (nolock)
inner join tbl_OPR_ClientOperators opr with (nolock)
on cho.cho_id = opr.fsl_choId
group by cho_id, cho_name having count( cho_id ) < 3
select cho_keywords from tbl_CHO_Operators
where cho_id =
update tbl_CHO_Operators
set cho_keywords =
where cho_id =