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.
我有一个示例表,其中 ID 以“C”、“D”和“E”等字符开头。现在我只需要更新一个 ID 从“E”开始的行。请帮忙
UPDATE TABLE SET FIELD = VALUE WHERE UPPER(ID) LIKE 'E%'