CalvinTorra
08/05/2021, 5:57 PMburggraf
08/06/2021, 1:15 AMupdate
or upsert
.burggraf
08/06/2021, 1:17 AMPostgreSQL function
that takes the new data as a parameter and updates the database by doing something like update table set myCol = myCol || ' , ' || newData where x = y;
CalvinTorra
08/07/2021, 8:50 AMCalvinTorra
08/07/2021, 8:50 AM