摘要:
USE pubsDECLARE tnames_cursor CURSORFOR SELECT state FROM authorsopen tnames_cursordeclare @state varchar(50)Fetch tnames_cursor into @statewhile (@@fetch_status=0)begin if(@state='CA') beg... 阅读全文
posted @ 2006-05-16 11:37
jirong
阅读(1561)
评论(3)
推荐(0)