MySQL the right syntax to use near '' at line 1 error

后端 未结 2 1380
忘掉有多难
忘掉有多难 2020-12-10 13:19

hello i have a run a query using php it give error

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for

2条回答
  •  眼角桃花
    2020-12-10 13:41

    INSERT INTO wp_bp_activity
                (
                user_id,
                 component,
                 `type`,
                 `action`,
                 content,
                 primary_link,
                 item_id,
                 secondary_item_id,
                 date_recorded,
                 hide_sitewide,
                 mptt_left,
                 mptt_right
                 )
                 VALUES(
                 1,'activity','activity_update','admin posted an update','242925_1','http://brandnewmusicreleases.com/social-network/members/admin/',' ',' ','2012-06-22 12:39:07',0,0,0
                 )
    

提交回复
热议问题