ddd

ddd


GRAMINIAS


Paja americana (Echinocloa colonum)


Leptocloa fimbristillisNombre vulgar cola de zorro


Validar nombre de parámetro (que estén habilitados) (codigo dejarlo igual)


validar nombre de unidad y simbolo


registrar parámetros de opción cuando las opciones aun no están registradas


en la selección de parámetros de opción no se puede abrir el menu porque el onclick lo tiene la fila


select * from (select 

  s.codcre,

  s.fecsol,

  (

    select count(*) from fnfincre fc, fnsolcre sol where fc.codcre =sol.codcre and sol.codsol =s.codcre

    and fc.codfin NOT IN (select fcn.codfin from fnsolcre soln, fnfincre fcn where soln.codcre =fcn.codcre and soln.codcre =s.codcre)

  ) coun

from 

  fnsolcre s

where

  s.tipcre ='N') where coun >0 order by fecsol DESC;

   

   

select f.codfin, s.codcre from fnsolcre s, fnfincre f where f.codcre =s.codcre and s.codcre =&codcre;

select f.codfin, s.codcre from fnsolcre s, fnfincre f where f.codcre =s.codcre and s.codsol =&codcre;


Report Page