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中)中另一列的值替换一列的值。难道我们没有像在 foxpro 数据库中那样在 SQL 中使用 Replace All 吗?
谢谢
Just a regular update statement:
UPDATE MyTable Set Column1 = Column2