The Craft site shows an example using a single comparison
Building upon this example from that page:
craft.entries.width('>= 100')
Can I do something similar but where 'width' is ALSO less than or equal to 200?
Conceptually:
craft.entries.width('>= 100 && <= 200')