daily transaction number
Hi everybody,
I have oracle database table record transactions per seconds; I want to calculate the daily number of transactions recorded.
Can you help me?
Table structure:
Trans_no varchar2(17 byte) primary key , Hire_date date
thanks