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.
我使用访问数据。
我想做类似的事情:
select Distinct Replace(colFullName, Name, '') from tableInfo
但明显和替换不起作用。
怎么做?