2021年11月22日
摘要: sqlselect * from StnInfo,ClassInfo where StnInfo.cid=ClassInfo.Id gocreate proc del_class @id int as begin tran declare @error int=0 delete from StnIn 阅读全文
posted @ 2021-11-22 17:30 无敌拖油瓶 阅读(20) 评论(0) 推荐(0) 编辑