42 | | join cn_movimiento_contable mov on mov.id_catalogo = subc.id_catalogo and mov.id_cuenta_mayor = subc.id_cuenta_mayor and mov.id_grupo_cuenta = subc.id_grupo_cuenta and mov.id_clase_cuenta = subc.id_clase_cuenta |
43 | | where subc.usa_auxiliar like '1' and mov.id_auxiliar is null |
| 42 | |
| 43 | join cn_movimiento_contable mov |
| 44 | on mov.id_catalogo = subc.id_catalogo |
| 45 | and mov.id_cuenta_mayor = subc.id_cuenta_mayor |
| 46 | and mov.id_grupo_cuenta = subc.id_grupo_cuenta |
| 47 | and mov.id_clase_cuenta = subc.id_clase_cuenta |
| 48 | |
| 49 | where subc.usa_auxiliar like '1' |
| 50 | and mov.id_auxiliar is null |