Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Tough SQL Problem
I have a log table that is logging various PLSQL calls. Assume the
table looks like this...
PROCEDURE_ID
Looking at this I can see that the max times 1 was called consecutivley is 5. I have no clue how I would do this in SQL without writing a function of some sort to keep a count and return the max count. Anyone know if this can be done using and built in functions?
Received on Wed Feb 08 2006 - 11:46:56 CST
![]() |
![]() |