RE: Saving and re-using SQL statements

2002-04-16 Thread Neal Caidin
[EMAIL PROTECTED] cc: Subject: RE: Saving and re-using SQL statements Hi Neal, I am not clearly understanding your question , do you mean that you have some variables in your queries?? Normally you would just save your query in a file and either run it in the shell command line in batch mode with

RE: Saving and re-using SQL statements

2002-04-16 Thread Gurhan Ozen
- From: Neal Caidin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: Saving and re-using SQL statements Hi All, I am a little more familiar with Oracle environments where I can "save" and "get" SQL statements that I formulate. How

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.