-- Run this once — it generates ready-to-run queries
SELECT 'SELECT ''' || table_name || ''' AS table_name, COUNT(*) AS rows_last_45_days FROM ' ||
table_name || ' WHERE INTERNTIMESTAMP >= SYSDATE - 45;'
FROM user_tab_columns
WHERE UPPER(column_name) = 'INTERNTIMESTAMP'
AND data_type LIKE 'TIMESTAMP%'
ORDER BY table_name;
Related Posts
Looking for a Real Front-End Dev Friend — Not Just a Collab Partner ✨
Hey DEV fam 👋, I’m Precious Kelvin (but you can call me PreshCode 😄), a front-end engineer @ONYCHair.com…
How to showcase your project?
If anybody asks about your projects you probably send him the live link of your project. A deployed…
HKIIT Students use Gemini Pro Vision to develop AI Screen Reader
Enhancing Accessibility: GDSC-Hong Kong Institute of Information Technology (HKIIT) aids visually impaired individuals to see all web images…