Red de conocimiento informático - Material del sitio web - Cómo implementar select * de a, b, c donde a, a1 = b, b1 y b, b1 = c, c1 en mongodb

Cómo implementar select * de a, b, c donde a, a1 = b, b1 y b, b1 = c, c1 en mongodb

Actualizar tabla t1

set (t1.b, t1.c) =

(seleccione t2.b1, t2.c1 de la tabla1 t2 donde t1.a = t2.a1)

donde existe (seleccione 1 de la tabla1 t2 donde t1.a = t2.a1)