cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
287
Views
0
Helpful
3
Replies

Route Pattern table in SQL

cplatt01
Level 1
Level 1

What table are the Route Patterns stored in?

1 Accepted Solution

Accepted Solutions

pbarman
Level 5
Level 5

It is in NumPlan table along with the Phone DNs.

View solution in original post

3 Replies 3

pbarman
Level 5
Level 5

It is in NumPlan table along with the Phone DNs.

Can I make a search by this field into SQL?

Sure! It depends what you want to pull out.

For example, this gives me all my NANP Route Patterns.

SELECT *

FROM NumPlan

WHERE (DNOrPattern LIKE '9.%')