0

how can you update multiple database table

21st Aug 2016, 10:57 PM
Jessica Watson
Jessica Watson - avatar
2 odpowiedzi
+ 2
you can use something like this: update cars as c, motors as m set c.model=2016, m.type='v8' WHERE c.id=1 and m.year=2015
22nd Aug 2016, 1:54 AM
jose jesus salas leon
jose jesus salas leon - avatar
0
I will try this.
23rd Sep 2016, 1:54 PM
Philimon Wanja
Philimon Wanja - avatar