Hi,
I am little confisued, as my query taking a lot of time to execute. I have created indexes too. But still I am not happy with time its taking to execute.
My query :
SELECT
A.SESSIONLOGID , A.LOGINTIME , A.LOGOUTTIME
, D.TABLENAME, D.LIMIT,
COUNT(B.PLAYERINMONEYID) NUMBER_OF_GAMES ...