📅  最后修改于: 2022-03-11 15:05:10.209000             🧑  作者: Mango
SELECT tbl_names.id, tbl_section.id, name, section
FROM tbl_names
JOIN tbl_section ON tbl_section.id = tbl_names.id
# Don't forget the prefixes as they make all the difference