mysql query help please
        Posted  
        
            by moustafa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by moustafa
        
        
        
        Published on 2010-03-17T09:28:22Z
        Indexed on 
            2010/03/17
            9:31 UTC
        
        
        Read the original article
        Hit count: 271
        
mysql
i have forum_topics table and have topics_posts table
now i want to select from forum_topics where have no posts from topics_posts
can any one give me the one syntax like this
selct from * forum_topics where have no rows in topics_posts table 
© Stack Overflow or respective owner