milywang 发表于 2008-4-11 11:27:01

mysqlkumao 发表于 2008-4-12 16:43:31

有啊!

动态SQL:
prepare Stmt_Name from 'SQL_Statement';   /*SQL_Statement中可用?号作为参数占位符*/
excute Stmt_Name ;
deallocate/drop prepare Stmt_Name;   /*释放内存*/
页: [1]
查看完整版本: mysql存储过程