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
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 '<' operator or would just call it in mysql shell with 'source' syn