Hacker News new | past | comments | ask | show | jobs | submit login

    SELECT 
       t.* 
    FROM 
       tweets t, followers f 
    WHERE 
        t.author_id = f.author_id AND f.user_id = ?
    ORDER BY rand()
there its open source now



i prefer date DESC





Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: