分享到:
发表于 2008-12-22 09:41:47 楼主 | |
delimiter // create procedure proc_run(out getName varchar(50),out getPwd varchar(50),setId int) begin select name ,pwd from bbs where id=setId into getName, getPwd; end // select name ,pwd from bbs where id=setId into getName, getPwd; 这里面的into我不明白是什么意思。。 这是哪一块用的,是内联吗。。 |
|
楼主热贴 |
发表于 2008-12-22 09:41:47 1楼 | |
translate value to outside. |
|
发表于 2008-12-22 09:41:47 2楼 | |
sorry I'm not understand |
|
针对ZOL星空(中国)您有任何使用问题和建议 您可以 联系星空(中国)管理员 、 查看帮助 或 给我提意见