摘要:
DELETE FROM TABLE WHERE IN(******) 出现错误提示 You can't specify target table '******' for update in FROM 翻译为:不能先select出同一表中的某些值,再update这个表(在同一语句中) 错误写法: D 阅读全文
摘要:
如何关闭让人眼花的mybatis xml文件警告 一、去掉 No data sources configure 警告 Prefernces ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ No data sources configure。 取消勾选,去掉这个检查,然后点击 OK 按钮 阅读全文