Subqueries in views
Posted by: John King
Date: January 07, 2016 03:41AM

I try to grasp the restrictions on the use of subqueries in views in MySQL.

Within the MySQL Workbench I have no trouble creating a view with one or more subqueries in the FROM clause. When I try to transmit the database from development computer to production I run into the problem of #1349

In what why does MySQL Workbench manages to work around the #1349 error? The views on development are created and fully functional.

Btw it is kind of harsh on developers to postpone such a restriction when going life. Most of the time there is not much time than for these kind of incompatibilities.

Options: ReplyQuote


Subject
Written By
Posted
Subqueries in views
January 07, 2016 03:41AM
January 07, 2016 11:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.