Guest User

Untitled

a guest
May 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. SELECT
  2. t.ts,u.UserName as username,t.telephone, t.name, disposition, subdisposition,
  3. t.notes, cb, ctype, direction, n.company, n.source, n.codes, n.notes as tags
  4. FROM
  5. web2_db1.touches AS t
  6. JOIN web2_db1.users AS u ON ( u.UserID = t.user_id )
  7. JOIN dialer.numbers AN n ON ( t.number_id = n.telephone )
  8. LIMIT 5;
Add Comment
Please, Sign In to add comment