ims_lenor
23rd June 2004, 16:55
Hello
I need to do a select for the first 4 digits of index1
i tried it like this:
select table001.*
from table001
where table001._index1(1;4) = "asdf"
selectdo
selectempty
endselect
and also like this:
select table001.*
from table001
where table001.field(1;4) = "asdf"
selectdo
selectempty
endselect
do you have any solutions for me?
I need to do a select for the first 4 digits of index1
i tried it like this:
select table001.*
from table001
where table001._index1(1;4) = "asdf"
selectdo
selectempty
endselect
and also like this:
select table001.*
from table001
where table001.field(1;4) = "asdf"
selectdo
selectempty
endselect
do you have any solutions for me?