RE: Saving and re-using SQL statements

2002-04-16 Thread Neal Caidin
Hi Gurhan, Actually, the "source" command is what I was looking for. Thanks. I looked through the documentation but for some reason could not find it. - Neal Gurhan Ozen <[EMAIL PROTECTED]> on 04/16/2002 03:43:42 PM To: Neal Caidin <[EMAIL PROTECTED]>,

Saving and re-using SQL statements

2002-04-16 Thread Neal Caidin
Hi All, I am a little more familiar with Oracle environments where I can "save" and "get" SQL statements that I formulate. How do I do this from within MySQL? I've tried editing my query, with vi, and then saving it using vi's w filename command, but I can't figure out how to restore the query.