Skip to content

Call Log Count Query

Purpose

This is to get the total number of calls in the call logs table.

Query

select count(*) from prd_analytics.call_logs;