`select c.* from card_card c left join card_user_collection uc on c.id = uc.card_id WHERE uc.user_id = ? order by convert (c.name using gbk) asc;`