MySQL Forums
Forum List  »  Oracle

Re: Convert Oracle View to MySql
Posted by: hector vass
Date: August 23, 2009 05:28PM

First convert the SQL statement to work under MySQL
so this would mean ANSI style joins no Oracle joins like r.r_radio = e.r_radio(+) get rid of Oracle function like trunc(sysdate) .. might want to consider looking at how well it might perform so a good time to get rid of your NOT IN sub-query :)

Then pre-pend with create view myview as

Options: ReplyQuote


Subject
Views
Written By
Posted
5990
August 18, 2009 04:20AM
Re: Convert Oracle View to MySql
2979
August 23, 2009 05:28PM


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.