2010年9月19日
摘要: 1、在存储过程中提示1172错误:Result consisted of more than one row这个原因是:在过程中有赋给变量值时,符合条件的记有多条eg:declare vName varchar(20);select username into vName from sys_user where firstName like '%Lee%';另附存储过程:DELIMITER $$U... 阅读全文
posted @ 2010-09-19 15:37 jing_lee 阅读(240) 评论(0) 推荐(0)