2013年4月6日

store procudure's output parameter & return value

摘要: using output valuedeclare @intId intexec ap_EqIdByMakeModel_List_2 'NEC','V90',@intId outputprint @intIdusing return valuedeclare @intNewId intexec @intNewId=ap_EqIdByMakeModel_List_3 'NEC','V90'print @intNewId 阅读全文

posted @ 2013-04-06 20:11 齐文宣 阅读(122) 评论(0) 推荐(0)

导航