1.使用 sql 只查询一次 2.我自己的 sql: UPDATE guideline_news SET content = ( SELECT content FROM guideline_news WHERE id = 16 ) WHERE id > 16 备注: 这个 sql 报错:[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SELECT content FROM guideline_news WHERE id=16 WHERE id>16' at line 1