The condtion should be something like this:
(EntityFieldValue.makeFieldValue("userLoginId"), EntityOperator.EQUALS,
partyId)Bilgin On Mon, Oct 11, 2010 at 12:10 PM, varun bhansaly <[email protected]>wrote: > Hi, > Is it possible to compare two columns using the entity engine, > For eg, write a query like this - > SELECT * FROM USER_LOGIN WHERE USER_LOGIN_ID <> PARTY_ID > > -- > Regards, > Varun Bhansaly >
