多表连接查询问题
摘要:
``` sql select p.id,p.full_name,p.short_name,p.py_code,p.building_type,d.name from tb_project p,tb_dict_entity d where d. =p.building_type and d.type_ 阅读全文
posted @ 2017-11-07 20:19 Yoooshiki 阅读(234) 评论(0) 推荐(0) 编辑