30/09/2018, 20:33
[sql] insert không được
mọi người cho hỏi, khi em insert thoong tin vào 1 table trong sql nó ra lỗi này, mn giải thích giúp em với
Error starting at line 1 in command:
insert into nhan_vien values (1,123456789,'minh89@gmail.com','20-9-2012',0123456789,8542156985,1,'Gia Cat Luong')
Error report:
SQL Error: ORA-02290: check constraint (SYSTEM.SYS_C0010167) violated
02290. 00000 - "check constraint (%s.%s) violated"
*Cause: The values being inserted do not satisfy the named check
*Action: do not insert values that violate the constraint.
Bài liên quan
đọc kỹ message đi bạn :v
INSERT INTO table_name (column1, column2, column3, …)
VALUES (value1, value2, value3, …);