Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have 2 tables (tasks - where adding new tasks with user phone and his company id and tenant_phones_comp - where i add only 2 col: user phone and user company id) and i try to create a trigger at mariadb server. Trigger must insert row to tenant_phones_comp after inserted new line at tasks and if phone and company_id of that new task is not exists in tenant_phones_comp table insert them from new record in tasks. I have problem when i try to create triger. example here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
280 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...