Display Transactions and Logs (2 of 3)
-- count how many transactions currently are in each log
select tx_loguniq, count(*) cnt
from B
where tx_loguniq > 0
group by tx_loguniq
into temp D;
Previous slide
Next slide
Back to first slide
View graphic version