ArcGIS Pro 3.2.1; file geodatabase; standalone table
I want to concatenate a FGDB string field and a date field together in a dynamic/temporary feature layer. I don't want to create an output FC.
I'm not aware of any feature layer tools that can do that. And it doesn't seem to be possible in FGDB SQL in a database view.
Could one of the existing feature layer tools, such as Make Query Table, be enhanced so that we can concatenate fields?
For what it's worth, this is what it would look like in mobile or enterprise geodatabase SQL.
t_species||' '||t_date
Result: 'Accipiter nisus 24-01-01'