Hi,
I want to select those records who's start with numeric value in Arcgis10.2. could you please suggest me.
Thanks in advance
Thanks for support....
old eyes... . : are starting to look alike
Thanks for the python snippet. Actually I mentioned a colon, which comes right after the value of 9 in ASCII Table.
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
In Select by Attributes, try
Name >= '0' AND Name < ':'
where Name is the FieldName
http://www.asciitable.com/
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.