User Profile
Collapse
-
How can I make virtual table whitout create privilege?
Is there a way to create virtual table if I don't have create privilege?? -
PL/SQL return count for all dates
Code:SELECT trunc(sysdate) dt, count(*) as count FROM ATM_MONITOR.ATM_PROBLEM WHERE trunc(sysdate) = trunc(create_time) union SELECT trunc(sysdate)-1 dt, count(*) as count FROM ATM_MONITOR.ATM_PROBLEM WHERE trunc(sysdate)-1 = trunc(create_time) union SELECT trunc(sysdate)-2 dt, count(*) as count FROM ATM_MONITOR.ATM_PROBLEM WHERE trunc(sysdate)-2 = trunc(create_time)
No activity results to display
Show More