Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 'images' => array(
  2. 'alias' => 'tweet',
  3. 'select' => 'tweet . *, stats . word',
  4. 'distinct' => true,
  5. 'join' => 'JOIN stats ON tweet.id_str = stats.tweetId AND stats.type = "image"'
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement