Hello All ,
I have a question ,
If i have a table that contains 2 columns (ID , Status ) and the current info that is exists in this table is :
1 Open
2 Closed
3 Open
if for example a user will insert a row that have an ID, lets say 6 , how i can create a trigger that will insert the missing ID's , i.e. 4 , 5 with a status NONE if that ID's are not existed in the Column ID.Such that the inserted rows will be
4 NONE
5 NONE
Any idea !
Thank you in advance !
Regards,