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
我想在现有表中插入一个新列,该列将从其他两列中获取其值,特别是 where value (Desk+Field)。该表已经包含 600 万条记录。
有人可以解释一下如何做到这一点吗?
通过这样做,您将引入冗余,因为已经存储了相同的数据。这两个字段的连接不应该出现在您的业务逻辑中而不是数据库中吗?