table 명 수정

This commit is contained in:
hyojun.choi 2024-08-19 11:17:25 +09:00
parent cfdddde0ae
commit 8954d5bb24

View File

@ -8,7 +8,7 @@
, b.name as name , b.name as name
, c.id as manufacturerId , c.id as manufacturerId
, c.name as manufacturerName , c.name as manufacturerName
from tb_installable_trestle a from tb_map_roof_material_trestle a
join tb_trestle b join tb_trestle b
on a.trestle_id = b.id on a.trestle_id = b.id
join tb_manufacturer c join tb_manufacturer c