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.
我有一个包含 2000 行的列,其中一些在开头有空格 例如:TR 如何让所有单元格在开头清除空格?
UPDATE YOUR_TABLE SET YOUR_COLUMN = LTRIM(YOUR_COLUMN);