我有这个表:
inbox table
SenderNumber Message
contact table
Name Number
district table
id SpvName Number
sub_district table
id district_id SpvName Number
village table
id sub_district_id SpvName Number
我想根据收件箱中的 SenderNumber 列从联系人、地区、分区或村庄获取名称或 spvname。我如何实现这一目标?结果可能是这样的
SenderNumber | Name | Type | Message
-------------+------+--------------+------------
123 | john | contact | bla bla
234 | mary | district spv | bla bla bla
提前谢谢,对不起我的英语不好。