MySQL Server is limited to creation a view with a subquery in the FROM clause. To overcome this limitation we create a view for each of the subquery. Every view is called by the name of this query + name alias + View.
Find More info about the problem at Stackoverflow
Comments
0 comments
Please sign in to leave a comment.