beowulf1416

Untitled

Feb 13th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. select
  2. distinct
  3. b.id,
  4. b.title
  5. from reachout_tab_campaign a
  6. inner join sys_user b on a.created_by = b.id
  7. where a.created_by is not null
Advertisement
Add Comment
Please, Sign In to add comment