Subject RE: INDEXNAME
From Mustansir Ghor <mustan31@hotmail.com>
Date Fri, 23 Feb 2018 14:37:15 -0500
Newsgroups dbase.getting-started

Dear

In the below SELECT statement with subquery, I cant set in the ipdreg table indexname (although index is there). I wanted to use this with findkey propety. It there such possibility.

select r.* from ipdreg r where (r.rno in (select i.reg from ipd i where i.reg is not null))

Best Regards
Mustansir