Can someone please point out where I am going wrong in this basic SQL statement? In FoxPro 6.0, I am trying to write a simple query program. When I run the following SQL, I am getting an error that reads "SQL: Subquery is invalid".
Code:
select *;
from cont_det;
where cont_det.contract in (select * from trackit)