HelloYou can call directly your DAO with an sql, you can the GenericDAO.select function
Or if it's only on where condition, when you create your EntityCondition use EntityCondition.makeConditionWhere(mySqlCondition)
Nicolas On 9/20/18 9:48 AM, Madhi Krishnan wrote:
Hey all can anyone please tell me how to use raw sql query in ofbiz.. If you have any sources or example it will be better.. Thank You
