This question has been flagged

When I ran an RML report the SQL log shows many statements of the form:

    select res_lang.id from "res_lang" where (res_lang.active = E'True') AND (res_lang.code = E'en_US') order by id

How can I reduce these?

Avatar
Discard