比较长的sql语句
            时间:2014-06-04 21:36:03  
            收藏:0  
            阅读:297
        
        
        | 1 2 3 4 5 6 7 | SELECTo. *FROMhq_goods gLEFTJOINhq_orders o ONo.goods_id = g.idWHEREo.user_id =73ANDo.state =1ANDo.id notin( selectc.order_id  fromhq_comment asc wherec.user_id=73 andc.goods_id=g.id )LIMIT 0 , 30  | 
            评论(0)
        
        
        