在sql中产生随机字符串作为用户密码
摘要:
declare @randtext char(62)declare @randnum smallintdeclare @passwd char(15)declare @tmpstr char(10)DECLARE @counter smallintset @randtext='abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUV... 阅读全文
posted @ 2005-03-06 22:17 大厨师 阅读(877) 评论(0) 推荐(0) 编辑