MySQL Forums
Forum List  »  General

Re: Make a view including user defined function ?
Posted by: Richard Shea
Date: March 28, 2006 09:34PM

That's great thanks very much I had tried using parens but not in the right way. After reading your post I tried again (in a more sensible way) and it's now working, thanks.

CREATE VIEW `evallearn`.`VW_FUNCTIONFED0`
AS
( SELECT `evallearn`.`fn_viewfeedtest0`() FROM eva_url_alias);

thanks again.

r.

Options: ReplyQuote


Subject
Written By
Posted
Re: Make a view including user defined function ?
March 28, 2006 09:34PM


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.