Hi,
I get an error when I try to execute the following query:
SELECT DISTINCT Images.Path, MasterKey.MasterKey
FROM (MasterKey INNER JOIN Data ON MasterKey.MasterKey=Data.MasterKey) INNER JOIN Images ON MasterKey.MasterKey=Images.MasterKey
WHERE Data.SystemCode='AP2' AND MasterKey.FolderID=7093;
Any suggestions!!!
I have spend lot of time optimizing this query but I have not seen any success.
Thanks for the consideration
I get an error when I try to execute the following query:
SELECT DISTINCT Images.Path, MasterKey.MasterKey
FROM (MasterKey INNER JOIN Data ON MasterKey.MasterKey=Data.MasterKey) INNER JOIN Images ON MasterKey.MasterKey=Images.MasterKey
WHERE Data.SystemCode='AP2' AND MasterKey.FolderID=7093;
Any suggestions!!!
I have spend lot of time optimizing this query but I have not seen any success.
Thanks for the consideration