Posts by Daniel Ortiz • 1 point
2 posts
-
0
votes2
answers132
viewsA: Problems with update in federated table
Thanks for the help received, I located the documentation concerning federated tables in Mysql, and what happened was that the view used to create the federated table has many aggregated functions,…
-
0
votes2
answers132
viewsQ: Problems with update in federated table
I have a problem understanding a mistake when using a federated table. Setting: Server A: create view federated_view as SELECT .... Server B: create table table_federated (A, B, C) ENGINE=FEDERATED…