Search results

  1. A

    Performance Issue with "IN" clause

    Hi, SELECT a.id , a.name , a.type , b.assign , b.standard FROM meta b , vision a WHERE b.ID = a.ID AND a.status = 'RELEASED' AND a.state = 'Y' AND a.type = 'Template' AND Default = 'YES' AND Format = 'Mixed' AND Layout = 'Narrow' AND...
Back
Top Bottom