开发者

MySQL Procedural Languages?

开发者 https://www.devze.com 2023-03-15 08:01 出处:网络
What procedural languages are available for writing stored procedures or fu开发者_运维百科nctions in MySQL?Just MySQL. Quoting the manual:

What procedural languages are available for writing stored procedures or fu开发者_运维百科nctions in MySQL?


Just MySQL. Quoting the manual:

The LANGUAGE characteristic indicates the language in which the routine is written. The server ignores this characteristic; only SQL routines are supported.


Stored procedures are created within mysql by a standard defintion.

http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html

0

精彩评论

暂无评论...
验证码 换一张
取 消