1064 - 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 'groups
mysql8.0版本 在已存在的表里插入一條數據 insert INTO api_user(id,username,email,groups)VALUES('1','hh','hh@163.com','Boss'); 運行報錯:1064 - You have an error ...