ArcGIS Pro 3.0.3
I've created a standalone table in a file geodatabase. And I've created a view on the table:

select * from table_a
The view has been created successfully:

However, when I try to add the view to the map, I get an error:
Failed to add data, unsupported data type. vw1

And I can't rename the view. I get a blank error message:

Question for Esri:
Are those known issues?
Workaround:
Copy the table to a new file geodatabase and create a view on the new FGDB table.
Now, I can add the view in the new FGDB to the map without issue.

But I don't know why copying the table to a new FGDB fixes the issue.
Related:
https://community.esri.com/t5/arcgis-pro-ideas/sql-syntax-in-fgdb-api-should-be-supported-in/idc-p/1248551/highlight/true#M22862