MySQL Forums
Forum List  »  Microsoft Access

Procedure Help
Posted by: Ofer
Date: February 28, 2006 08:17AM

Hi All,
im new in Mysql and have little knowledge in it.

Currently im migrating my Access DB to Mysql DB.

in my Access i have queries which are built on top of other queries:

Graph_Nitur is a query

SELECT Main.Code, Graph_Nitur.*, Main.Version
FROM Main INNER JOIN Graph_Nitur ON Main.VER = Graph_Nitur.VER;

my problem is that when i create procedure in Mysql i dont know how to call an existing query which i built (Graph_Nitur() ) and that will be similar to the query above.

would appreciate if someone can help me with it

regards,
Ofer.

Options: ReplyQuote


Subject
Views
Written By
Posted
Procedure Help
2296
February 28, 2006 08:17AM


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.