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.
我的数据库中有一个表,有些字段是 n/a 不是 NULL,因为我从文本文件中导入了它们。我想要一个查询,如果该列的值为 n/a,则循环我的表的每一列,将其更新为 NULL .任何解决方案?
在导入之前,使用文本编辑器的查找和替换功能将所有 N/A 值替换为 Null。不确定您必须使用什么来表示文本文件中的 Null,但应该有一些 MySQL 可以理解的内容。