REETA1967
24th January 2003, 17:53
hi,
while writing sql command we use to write
like this
select dmoes200.slnm from dmoes200
where dmoes200._index1 inrange { ....}
if there is another index2 which contain two fields
clno,slno and i want to choose from second index.
select dmoes200.slnm from dmoes200
where dmoes200._index12.clno inrange { ....}
is this possible ???????
Bye
while writing sql command we use to write
like this
select dmoes200.slnm from dmoes200
where dmoes200._index1 inrange { ....}
if there is another index2 which contain two fields
clno,slno and i want to choose from second index.
select dmoes200.slnm from dmoes200
where dmoes200._index12.clno inrange { ....}
is this possible ???????
Bye