This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with parceldetails as ( | |
select | |
pv.upi, | |
cp.province_code AS provincecode, | |
cp.province_name AS provincename, | |
cd.district_code AS districtcode, | |
cd.district_name AS districtname, | |
cs.sector_code AS sectorcode, | |
cs.sector_name AS sectorname, | |
cc.cell_code AS cellcode, |