"localhost:/firebird/data/ILICHEVSK2.FDB". �������� Previous topic Chapter index Next topic

USERS_UPPERLOGIN

 

��������

(��� �������� ��� �������� USERS_UPPERLOGIN)

 

�����������

CREATE TRIGGER USERS_UPPERLOGIN FOR USERS
ACTIVE BEFORE INSERT OR UPDATE POSITION 0
AS
begin
  NEW.LOGIN = Upper(NEW.LOGIN);
end

 

     Previous topic Chapter index Next topic