I have two tables. Tabla A
and Tabla B
and I need you to just insert something in Tabla A
is copied identically in Tabla B
.
The fields in both tables are: id
, nombre
and posicion
Example:
Tabla A
id nombre posicion
1 carlos 1
2 luis 2
From PHP, I need to ask if there is any new data in Tabla A
that needs to be copied in Tabla B
, and obviously so.