ArcPy属性表查询:
Open("gdb/table1")
SQL
return
关联查询:
select 表2.xxx from Relate1
select 表2.xxx from 表1,表2 where 表1.yyy=表2.yyy