T
Trimtrom
Hi
I have just written the following query:
SELECT portal11Jan.USER_NAME, portal11Jan.SUCCESS,
portal11Jan.LAST_SUCCESS, portal11Jan.FAIL, portal11Jan.LAST_FAIL,
portal11Jan.VALID_USER_NAME
FROM portal11Jan
WHERE user_name not in (select surname from managers);
It has started returning no records when I absolutely KNOW that there
are applicable records. A few days later I get the records.
Is it something to do with the size of the tables, or the complexity
of the query?
If anyone could give me some tips or useful links I would be grateful.
Many thanks,
Trimtrom
I have just written the following query:
SELECT portal11Jan.USER_NAME, portal11Jan.SUCCESS,
portal11Jan.LAST_SUCCESS, portal11Jan.FAIL, portal11Jan.LAST_FAIL,
portal11Jan.VALID_USER_NAME
FROM portal11Jan
WHERE user_name not in (select surname from managers);
It has started returning no records when I absolutely KNOW that there
are applicable records. A few days later I get the records.
Is it something to do with the size of the tables, or the complexity
of the query?
If anyone could give me some tips or useful links I would be grateful.
Many thanks,
Trimtrom