Hi All,
I've overwritten my sql query so I can include where not in sub-select.
However I want a field in the select to = ?parameter and also a field in the sub-select to < ?parameter. (same parameter in both cases) When I try to do this it SQL adds both paramaters in again and causes multiple errors.
any ideas?
Many thanks
Sam
I've overwritten my sql query so I can include where not in sub-select.
However I want a field in the select to = ?parameter and also a field in the sub-select to < ?parameter. (same parameter in both cases) When I try to do this it SQL adds both paramaters in again and causes multiple errors.
any ideas?
Many thanks
Sam