如何从数据库中查询景点信息而不包含关联字段
SELECT attraction.* FROM attraction JOIN attraction_type_relation ON attraction.attraction_id = attraction_type_relation.attraction_id JOIN type ON attraction_type_relation.type_id = type.type_id;
原文地址: https://www.cveoy.top/t/topic/nw8I 著作权归作者所有。请勿转载和采集!