sql >> Database teknologi >  >> RDS >> Mysql

H2 opdatering med join

Prøv noget som dette:

update table_a a
set a.b_id = (select b.id from table_b b where b.a_id = a.id)
where exists
(select * from table_b b where b.a_id = a.id)


  1. Webinar:Nye funktioner i Postgres 12 [Opfølgning]

  2. At få en procentdel fra MySql med en gruppe efter tilstand og præcision

  3. MySQL-licens og GPL

  4. Node JS asynkrone databasekald