That's really to less on information. How does your SQL look like?
Please post table design as DDL, some sample data as DML statement and the expected result.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i have a conflict in the insert statement with the foreign key of the same table . the problem occurs while the insert :
my table is such : staffs (staff_id, name,phone, manager_id)
and the manager_id is a foreign key that references staffs( staff_id)
That's really to less on information. How does your SQL look like?
Please post table design as DDL, some sample data as DML statement and the expected result.
Please post table design as DDL, some sample data as DML statement and the expected result.