ArcGIS Pro 3.2.1; file geodatabase
When I get an FGDB error, such as when creating a database view, it seems like the error message is always the same no matter what the underlying issue is:
ERROR 160195: An invalid SQL statement was used.
select
*
from
species_records
where
cast(t_date as char(50)) is not null
Could the FGDB SQL engine be improved so that it feeds more specific error messages to tools like Create Database View?