Hi,
I want to select those records who's start with numeric value in Arcgis10.2. could you please suggest me.
Thanks in advance
In Select by Attributes, try
Name >= '0' AND Name < ':'
where Name is the FieldName
http://www.asciitable.com/
name <SPAN class="operator token">=</SPAN> <SPAN class="string token">'0.ab'</SPAN> <SPAN class="operator token">>></SPAN><SPAN class="operator token">></SPAN> name<SPAN class="punctuation token">[</SPAN><SPAN class="number token">0</SPAN><SPAN class="punctuation token">]</SPAN><SPAN class="punctuation token">.</SPAN>isnumeric<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="token boolean">True</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
In python....
as a demo... since technically a field beginning with a '.' doesn't begin with a number
Thanks for the python snippet. Actually I mentioned a colon, which comes right after the value of 9 in ASCII Table.
old eyes... . : are starting to look alike
Thanks for support....
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.