Search results

  1. L

    SQL takes forever

    Hi All, I have the below query which is quite simple, but there is 3.5 million records, so the query takes forever. Is there some magic trick I can do to make it faster? SELECT num FROM pub.jobevt I have also tried this but still takes quite a while SELECT num FROM pub.jobevt WHERE...
Back
Top