Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我得到的错误:
您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以在第 4 行的 'SET belongs_to = 'kl', SET college = 'klnmhj' , SET works_a' 附近使用正确的语法
我无法弄清楚如何处理这个错误。请帮忙!
没有完整的陈述很难给你一个完整的答案,但是使用给定的代码,我会说你至少不应该重复 SET 关键字
SET belongs_to = 'kl', college = 'klnmhj' , works_a = 'something'
UPDATE table_name SET column1=value, column2=value2,etc