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