shylumi
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
shylumi created a post, AnsweredUnable to insert into multi table view using trigger function within DataGrip table UI in PostgreSQL on Windows
When I try to insert into a multi table view (tables connected by foreign key) using triggers I get this error. Unexpected update count received.CREATE TABLE first_name ( id int PRIMARY KEY GEN...