numeric precision specifier is out of range (1 to 38) 오류 해결



📍 numeric precision specifier is out of range (1 to 38)



📌 문제 확인




📌 문제 해결



SQL
CREATE TABLE tbl_customer
(
    customer_id      INT            NOT NULL, 
    customer_name    VARCHAR(50)    NULL,  
    customer_age     NUMBER(50)      NULL, -- 1~38 사이로 변경
     PRIMARY KEY (customer_id)
);





00000 – “trigger ‘%s.%s’ is invalid and failed re-validation” 오류 해결