Geralt Posted April 27, 2020 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 108 Reputation: 0 Joined: 12/26/12 Last Seen: June 19, 2020 Share Posted April 27, 2020 guys how do i solve this syntax error Quote CREATE TABLE IF NOT EXISTS `reward_for_first_50` ( `id` int(11) unsigned NOT NULL auto_increment, `aid` int(11) unsigned NOT NULL default '0', `cid` int(11) unsigned NOT NULL default '0', `last_ip` varchar(100) NOT NULL default '', `last_unique_id` varchar(100) NOT NULL default '', `time` datetime NOT NULL, ) ENGINE=MyISAM; Quote Link to comment Share on other sites More sharing options...
0 TheDerpySupport Posted April 27, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 208 Reputation: 60 Joined: 09/23/17 Last Seen: July 28, 2021 Share Posted April 27, 2020 The error is in your screenshot. You're missing a ' at the beginning of line 6 Quote Link to comment Share on other sites More sharing options...
Question
Geralt
guys how do i solve this syntax error
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.