LeonelSanchezJr
Programmer
I have a query which is NOT using any INDEX in one of my LEFT JOINs despite the fact that both tables have the field INDEXed.
Is there some type of Syntax that would force it to use an INDEX?
This is my JOIN syntax:
LEFT JOIN TABLE_A
ON TABLE_B.NUMBER_ID = TABLE_A.DOC_ID
Thanks,
Leo ;-)
Is there some type of Syntax that would force it to use an INDEX?
This is my JOIN syntax:
LEFT JOIN TABLE_A
ON TABLE_B.NUMBER_ID = TABLE_A.DOC_ID
Thanks,
Leo ;-)