Has anyone found a way (or confirmed that if it is even possible) to use a WITH clause inside a record group? I'm using 19c 19.3 and Forms 12.2.1.4 running in Windows 10?
This simple query would return “FRM-12001: Cannot create the record group (check your query).”
with t as (select table_name tab from all_tables) select tab from t
Thanks.