參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... hlight=Fav
使用版本:phpBB 2.0.5
狀況描述: 我在加入SQL時出問題,
貼上
代碼: 選擇全部
CREATE TABLE `phpbb_favorites` (
`fav_id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL default '0',
`topic_id` int(11) NOT NULL default '0',
PRIMARY KEY (`fav_id`) 代碼: 選擇全部
You have an error in your SQL syntax near '' at line 4
