[snip]
I am new to MySQL, can any body tell me how to write store procedures
in MySQL. and How to run the same in command line. This will help me very
much.
[/snip]
http://www.mysql.com/doc/T/O/TODO_sometime.html
MySQL does not currently support stored procedures
Jay
sql, mysql, query
--
MySQL doesn't support stored procedures. They are on
TODO and should appear in MySQL-5.0.
Pradeep.C.Pangi wrote:
> Hi All,
> I am new to MySQL, can any body tell me how to write store procedures
> in MySQL.
> and How to run the same in command line. This will help me very much.
>
--
For
Pradeep.C.Pangi,
Wednesday, June 26, 2002, 2:17:05 PM, you wrote:
PCP> I am new to MySQL, can any body tell me how to write store procedures
PCP> in MySQL.
PCP> and How to run the same in command line. This will help me very much.
MySQL doesn't support stored procedures yet.
--
For te
There are no stored procedures in mySQL
Andrei Cojocaru
[EMAIL PROTECTED]
- Original Message -
From: "Pradeep.C.Pangi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 05:17
Subject: Regarding Store Procedures
> Hi All,
>
Hello.
On Wed 2002-06-26 at 16:47:05 +0530, [EMAIL PROTECTED] wrote:
> Hi All,
> I am new to MySQL, can any body tell me how to write store procedures
> in MySQL.
> and How to run the same in command line. This will help me very much.
More of help would be a look in the manual, which would
: Wednesday, June 26, 2002 6:17 AM
To: [EMAIL PROTECTED]
Subject: Regarding Store Procedures
Hi All,
I am new to MySQL, can any body tell me how to write store procedures
in MySQL.
and How to run the same in command line. This will help me very much.
Thanks in Advance.
Pradeepp
concept IMHO.
-Original Message-
From: Pradeep.C.Pangi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 4:17 AM
To: [EMAIL PROTECTED]
Subject: Regarding Store Procedures
Hi All,
I am new to MySQL, can any body tell me how to write store procedures
in MySQL. and How to run the
> I am new to MySQL, can any body tell me how to write store procedures in
MySQL.
MySQL doesn't support stored procedures yet.
> and How to run the same in command line. This will help me very much.
But you can create text fle with SQL commands and then run it from command
line:
mysql -h host
Hi All,
I am new to MySQL, can any body tell me how to write store procedures
in MySQL.
and How to run the same in command line. This will help me very much.
Thanks in Advance.
Pradeepp
-
Before posting, please check: