Hi, Looking for some help with running an SQL command to count the number of trunks. This will return the count of most of the trunks: run sql select count(tm.name) as Total from device as d inner join typemodel as tm on d.tkmodel = tm.enum where tm....