Is it possible to insert data into a MySQL view?

Viewed 69814

I made a MySQL view with 4 tables. Is it possible to insert data into the view and have MySQL automatically pass the data into the right table?

1 Answers
Related