📅  最后修改于: 2022-03-11 15:05:24.549000             🧑  作者: Mango
SELECT t.*, ot.Name FROM table t JOIN
othertable ot ON t.id = ot.id2
COLLATE latin1_general_ci; -- Choose a common collation here