|
Posted by Dave on 10/21/05 21:08
Hello,
Do you have a simple example use a create procedure in mysql
I do that but I have a error when i run it in phpmysql
Function: hello
sql_mode:
Create Function: CREATE FUNCTION `test`.`hello`(s CHAR(20)) RETURNS CHAR(50)
RETURN CONCAT('Hello, ',s,'!')
Navigation:
[Reply to this message]
|