There is a serial table with the created_at field and a serials table with the created_at field as you can copy and replace the created_at field with the serials table in the created_at field of the serial table

  • Is there any connection to these tables? Those. Taking data from one table, you can go to write another? For example, maybe the ID same ... - Chubatiy
  • one
    update table1 set created_at=(select created_at from table2 where table2.id=table1.id) as for example - Mike

0