home / locations

current (view)

Data source: City of Tampa Open Data

0 rows where ADDRESS = "1906 W Cherry St" and UNIT = 2 sorted by LASTUPDATE descending

✎ View and edit SQL

This data as json

Type 0

NEIGHBORHOOD 0

COUNCILDISTRICT 0

0 records

CREATE VIEW current AS 
        SELECT 
            RECORDID,
            ADDRESS,
            UNIT,
            RECORDALIAS as Type,
            CRA,
            NEIGHBORHOOD,
            COUNCILDISTRICT,
            CREATEDDATE,
            LASTUPDATE,
            URL,
            geometry
        FROM current_full;
Powered by Datasette · Queries took 9.789ms · Data source: City of Tampa Open Data