Matthias FUZEAU | OK, I found the answer in another thread.
Here's the SQL query to use with the ExecuteSQLQuery function :
SELECT D.Name FROM NumPlan NP , DeviceNumPlanMap DNPMap, Device D WHERE NP.DNorPattern = 'myTelephoneNumber' AND DNPMap.fkNumPlan = NP.pkid AND D.pkid = DNPMap.fkDevice and D.Name like '%SEP%' |
| Please sign in to flag this as inappropriate. |