This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Access里面有个memo field,现在我需要写代码,replace一个词。怎么写啊?谢谢。
-lilyba(sunshine 顶风作案);
2004-11-2
(#1960959@0)
-
up
-lilyba(sunshine 顶风作案);
2004-11-2
(#1960984@0)
-
是用query还是 programming code?
-23456789(大白呼);
2004-11-2
(#1960995@0)
-
I am using code now. I think i might know how to do it. I am just doing a test now, using instr and mid function. Thanks.
-lilyba(sunshine 顶风作案);
2004-11-2
(#1961016@0)
-
要写一段code了,取出来后,用substring(),replace()之类的function处理。
-luoboyang(萝卜秧);
2004-11-2
(#1961004@0)
-
谢谢秧子。我选你当先进工作者。:P
-lilyba(sunshine 顶风作案);
2004-11-2
(#1961019@0)
-
在update query 里直接用replace
-zxcvb(朝天椒);
2004-11-2
(#1961028@0)
-
yes, found it. Thanks
-lilyba(sunshine 顶风作案);
2004-11-2
(#1961050@0)
-
是要在memo里替换若干词,不是全部换。
-23456789(大白呼);
2004-11-2
(#1961077@0)
-
比如说吧,你有个memo field called "risk", 你要把里面的一个词'internal' 改成'external', 直接用replace(risk,"Internal","external")就可以啦
-zxcvb(朝天椒);
2004-11-2
(#1961196@0)
-
ORACLE能这么简单做到同样功能么?
-pleased(please);
2004-11-2
(#1961333@0)
-
N年不用oracle了,还真不知道了
-zxcvb(朝天椒);
2004-11-2
(#1961384@0)
-
no problem, and even more...
-changshan(偷偷乐);
2004-11-3
(#1963748@0)
-
how?please
-pleased(please);
2004-11-4
(#1964709@0)
-
do you google?
-guestagain(guest again);
2004-11-4
(#1964816@0)
-
examples
-changshan(偷偷乐);
2004-11-5
{716}
(#1966856@0)
-
有意思,可惜俺手上没有oracle,不然到可以试试
-zxcvb(朝天椒);
2004-11-5
(#1966907@0)
-
好玩。
-pleased(please);
2004-11-6
(#1968103@0)