You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL> select 1, (select 2 from rdb$database b) from rdb$database a;
Sub-query
-> Singularity Check
-> Table "RDB$DATABASE" as "B" Full Scan
Select Expression
-> Table "RDB$DATABASE" as "A" Full Scan
The profiler plg$prof_record_sources table misses nodes for Sub-query and Select Expression.