insert into score1
(id,title,name,content)
values
# (1,'試試','張三','張三亮了')
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(1, '試試','張三','張三亮了')' at line 4
是不是id是唯一鍵,然後這個重複了