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.
我试过了
replace(myfield,"/*/","") replace(myfield,"/*","") replace(myfield,"[*]","")
没有任何效果.....它正在替换整个字段,就好像“*”是通配符一样。
您正在派生列转换中进行替换,是吗?REPLACE(myfield,"*","")对我来说很好。
REPLACE(myfield,"*","")