ArcGIS 3.0.3 file geodatabase or mobile geodatabase
When creating a view in a geodatabase using the Create Database View tool:
We can't paste text into the View Definition textbox using the right-click menu. We can only paste text using CTRL+V.
Right-click menu:

CTRL+V:

Sample text for copying:
select
*
from
table_a a
inner join
table_b b
on a.id_a = b.id_b
Could that behavior be changed so that pasting using the right-click menu works too?
Thanks.