Hi Sergio,
Yes, i can use the SQL join statement, but i need it in CE_JOIN.
Also, i can do it easily with CE_JOIN as i have mentioned above in my original question, but what i need is for not equals to statement like below:
select t1.columnName, t2.columName, .. etc
from t1
join t2 on
t1.columnX <> t2.column //Not equals to
Thanks,
Mahesh