大厨师

2005年3月6日

在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 大厨师 阅读(874) 评论(0) 推荐(0) 编辑

导航