I have had a look at the existing Q&As but none of them seem to be addressing this in detail.
I have a building footprint shapefile which contains a height field. I would like to group buildings according to height and store them in separate layers. For example I would like to iterate a Select By Attribute SQL query that selects any building between 6 and 9 metres or any building <3 metres. There is thousands of building so doing it by hand is rather unpractical.
I don't mind whether ModelBuilder or Python is used to achieve the result but I am quite new to Python.