Hi,
I am very new to ArcGIS and have "inherited" a project that provides a map on one of our web pages. I am slogging through it and learning a lot, but one thing still stumps me. This code has several instances where it sets the Query 'where' property to '1=0'. Now, to my SQL thinking, adding a where clause such as 1=0, which evaluates to false, would return nothing. However, I have witnessed that something does get returned when I enter the corresponding URL (like the one below). If I change the where to '1=1' much more data is returned, however.
Can anyone please explain the purpose of using a where clause of '1=0'?
https://<URL Returning FeatureLayer>/query?f=json&where=1=0