3 lines
92 B
SQL
3 lines
92 B
SQL
SELECT building_id, uprn, parent_uprn
|
|
FROM building_properties
|
|
WHERE building_id IS NOT NULL |