Hello
This query is taking 12 minutes to execute because of the correlated subquery.I need to rewrite it so that it takes very less time.Can Some one help please ?
select count(*)
from service_requests sr
, appointment_statuses appst
, appointments app
, service_request_processing srp
...
Hello
This query is taking 12 minutes to execute because of the correlated subquery.I need to rewrite it so that it takes very less time.Can Some one help please ?
select count(*)
from service_requests sr
, appointment_statuses appst
, appointments app
, service_request_processing srp
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.