SELECT table_name,
num_rows,
rank() over (order by num_rows DESC ),recdescr
FROM all_tables, PSRECDEFN
WHERE instr(table_name,'PS_',1) >0 and num_rows>0
and instr(table_name,recname)>0 and (length(table_name)-length(recname)<4)
PeopleSoft Community Network
SELECT table_name,
num_rows,
rank() over (order by num_rows DESC ),recdescr
FROM all_tables, PSRECDEFN
WHERE instr(table_name,'PS_',1) >0 and num_rows>0
and instr(table_name,recname)>0 and (length(table_name)-length(recname)<4)
Tags:
This was reallyy veryy helpfull.I appreciate it.
© 2024 Created by Maisam Agha. Powered by