sql error, NULL??
        Posted  
        
            by Luke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luke
        
        
        
        Published on 2010-05-27T13:57:10Z
        Indexed on 
            2010/05/27
            14:01 UTC
        
        
        Read the original article
        Hit count: 315
        
sql
So I have a query, can someone let me know if it looks ok content wise?
"INSERT INTO ".TBL_MESSAGES." (NULL, 'Your ranking points have changed', 
                                       'Due to your recent activity, your ranking points have increased by $r', '2', '$u', 
                                       '0', '0', '0', '0', NULL, NULL, NULL, NULL, now())";
I can add further information if the query doesnt appear to have a problem? Thanks
© Stack Overflow or respective owner