Sascha Monteiro | try this;
select e.userid, e.lastname, e.firstname, e.mailid, e.telephonenumber, n.dnorpattern from enduser as e, numplan as n, endusernumplanmap as x where (e.pkid = x.fkenduser and x.fknumplan = n.pkid and x.tkdnusage = 1) |
| Please sign in to flag this as inappropriate. |