RE: queries and functions

2002-03-18 Thread Kenneth Hylton
Concepts, Inc. 7411 John Smith Drive San Antonio, Texas 78229-4898 (210) 949-7261 -Original Message- From: Natividad Castro [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:29 PM To: [EMAIL PROTECTED] Subject: queries and functions Hi to all, does mysql have a type of libraries

queries and functions

2002-03-18 Thread Natividad Castro
Hi to all, does mysql have a type of libraries where you can keep queries or functions. For example if I need to run a query everyday, but I don't want to type the same query everytime I need it. How can I store that query in one place and call it every time I need it? Is this possible?? Thanks