摘要:
1.MemberCountByLetter ALTER PROCEDURE MemberCountByLetterAS DECLARE @letter char(1), @index int, @max int CREATE TABLE #results ( letter CHAR(1), num INT) SET @index=ASCII('A') SET @max=AS... 阅读全文
posted @ 2006-09-07 22:56
cobbles
阅读(210)
评论(0)
推荐(0)

浙公网安备 33010602011771号