MySQL “WITH” clause

I’m trying to use MySQL to create a view with the “WITH” clause But it doesn’t seem like MySQL supports this. I thought this was pretty standard and I’m sure Oracle supports this. Is there anyway to force MySQL to use the “WITH” clause? I’ve tried it with the MyISAM and innoDB engine. Both of … Read more