method_select.hql 104 Bytes Raw Blame History Permalink 1 2 3 4 5 use testdb; select method from qa_log_debug where method is not null and method!='N/A' group by method;