How do you automatically insert column name of table1 into table2 whenever data inside table1's column gets updated in postgresql?

前端 未结 0 393
孤独总比滥情好
孤独总比滥情好 2021-01-19 23:59

table1:

| name | address |
| ---- | ------- |
| John | brazil  |

table1 when address is updated:

| name | address   |
| ---- |         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题