Italy mailing list archives

italy@odoo-community.org

Avatar

Re: Transbot

by
Marco Beri
- 27/01/2019 11:47:34
È scappato uno 0 nel copia incolla. Questa la query corretta:
 
select id, lang, src, value
from ir_translation
where src is not null
and length(src) - length(replace(src, '%', '')) != length(value) - length(replace(value, '%', ''))
;

 
 

Reference