编程论坛
注册
登录
编程论坛
→
Delphi论坛
substr使用出错
青鸟初飞
发布于 2006-12-30 16:10, 1026 次点击
boxf:=('dl.DEV_CODE like ' + '''' + '%' +(substr(trim(comboBox19.text)),1,6)+ '%' + '''')
执行时,光标会停留在sbustr后..
2 回复
#2
nongen
2007-01-03 17:57
boxf:=('dl.DEV_CODE like ''%' +(substr(trim(comboBox19.text),1,6)+ '% ''')
#3
sanyouliu
2007-01-18 13:03
oracle里用substr
sqlserver里用substring
delphi里用copy
excel里是mid
这几天函数的用法基本都一样的~
1