I use Crystal Reports XI R2. I'm attempting to create a command that contains a subquery and I keep getting the same error. Here's a simplified version of the query:
select
ls.leadid
from (select leadid
from lead) ls
This query results in the following error. Is there some special syntax I need to use for subqueries?
Thank you!