Is it possible to sort an arcpy.da.UpdateCursor()?

da.UpdateCursor

 

UpdateCursor (in_table, field_names, {where_clause}, {spatial_reference}, {explode_to_points}, {sql_clause})
SQL prefix supports None, DISTINCT, and TOP. SQL postfix supports None, ORDER BY, and GROUP BY.

sql_clause=(None, 'ORDER BY SORT_FIELD ASC') -- or DESC

 

相关文章:

  • 2021-05-30
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-06-16
  • 2022-01-01
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-11-12
  • 2022-12-23
  • 2021-11-09
  • 2021-07-26
相关资源
相似解决方案