ArcPy属性表查询:
Open("gdb/table1")
SQL
return
关联查询:
select 表2.xxx from Relate1
select 表2.xxx from 表1,表2 where 表1.yyy=表2.yyy
ArcPy属性表查询&关联查询
原文:https://www.cnblogs.com/2008nmj/p/14119925.html