Jeg kunne bruge en sagsfremstilling i en bestilling af. Du skal blot pakke sagsfremstillingen i parentes. Hvis du ikke gør det, behandles ordet store og små bogstaver som et kolonnenavn og tilbage citeret.
$this->db->distinct();
$this->db->select('country');
$this->db->from('distributors');
$this->db->where('country != ', '');
$this->db->order_by("(CASE country WHEN 'UNITED STATES OF AMERICA' THEN '1' ELSE country END)");