Execute simple SQL queries against File Geodatabase.
select * from {table} order by {column} select count(*) from {table}
Join data from a main table to other tables by using a join operator.
select * from {table A} left join {table B} on {table A}.{column A} = {table B}.{column B}.
We will be happy to answer questions regarding product features, technical support, defects, and enhancement requests. Please post a question on the support forum.
File Geodatabase SQL 1.0 is available free of charge.