mysql 查詢某個字段不爲空,結果不重複,並以它排序

mysql 查詢某個字段不爲空,結果不重複,並以它排序 select distinct userId from evt_t_pub_audit_msg_report where trim(userId)!='' order by userId;
相關文章
相關標籤/搜索