SQL server 游标用法
摘要:declare @EmpCode varchar(50), @EmpName varchar(50), @EmpAddress varchar(200);declare curEmployee cursor for select empcode, empname, empaddress from t
阅读全文
posted @ 2020-02-28 17:00
posted @ 2020-02-28 17:00