Changes between Version 11 and Version 12 of errores


Ignore:
Timestamp:
11/15/11 19:49:01 (13 years ago)
Author:
Luis Carlos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • errores

    v11 v12  
    4040
    4141 select * from cn_subc_digitos subc
    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
    4451
    4552}}}