MySQL Forums
Forum List  »  General

Re: Query not working when trying to create view
Posted by: Ben Nicholl
Date: April 04, 2019 05:56PM

From what I gather from MySql engineers, you can not create a view with a query that has wrapped databases(select statements inside of select statements). The way I remedied this was simply to break the views up, and create a view that joins all views I created that were previously wrapped.

Options: ReplyQuote


Subject
Written By
Posted
Re: Query not working when trying to create view
April 04, 2019 05:56PM


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.