Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/06/2012, 10:38
Avatar de huesos52
huesos52
Colaborador
 
Fecha de Ingreso: febrero-2009
Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 2 meses
Puntos: 360
Respuesta: pl/sql - strip de caracteres en password

Código SQL:
Ver original
  1. -- Check for the maximum length of the password
  2.    IF LENGTH(password) > 8 THEN
  3.        
  4.       password := SUBSTR(password,1,8);
  5.    END IF;

Adi lo puedes hacer.
__________________
Without data, You are another person with an opinion.
W. Edwads Deming