Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. select count(*)
  2. from vicidial_lists as vls,
  3. vicidial_list as vl
  4. where vl.list_id = vls.list_id
  5. and active='Y'
  6. and status IN ('N','BUSY','A','DEC','DROP','ERI','NANQUE','NEW','NP','TIMEOT','XDROP')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement