This Query is much slow when i used same table twice in left join. select A.codeNumber,A.englishName from (ledgerGroupList as A LEFT JOIN ledgerGroupList as ledgerGroupNoCList ON A.ledgerGroupNoC=ledgerGroupNoCList.nameNo) where ((A.lft >ledgerGroupNoCList.lft and A.rgt<ledgerGroupNoCList.rgt) and ledgerGroupNoCList.englishName='Cash In Hands') or ((A.lft >ledgerGroupNoCList.lft and A.rgt<ledgerGroupNoCList.rgt) and ledgerGroupNoCList.englishName='Bank Accounts') and A.type1='L' order by A.englishName
Please give me proper solution. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
