Explico mi problema:
  
  TABLA tabla_notas:
  
   nota_desde | nota_hasta | nota_puntaje
  ------------+------------+--------------
          4.6  |        5.0  |           20
  
  SELECT nota_puntaje  
  INTO vl_punt_nota
  FROM tabla_notas  
  WHERE ( nota_desde <= $1 ) AND  
           ( nota_hasta >= $1 )   ;
  
  Cuando $1 es 4.7 devuelve 20 en vl_punt_nota.
  Cuando $1 es 4.6 devuelve NULL.
  
  ¿A qué se debe?
  Gracias por la ayuda.
  
  
 __________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/