colouring-montreal/maintenance/extract_data/export_uprns.sql

3 lines
92 B
MySQL
Raw Normal View History

2019-08-29 08:17:09 -04:00
SELECT building_id, uprn, parent_uprn
FROM building_properties
WHERE building_id IS NOT NULL