MySQL 随机生成各种类型的随机函数
摘要:
DROP FUNCTION IF EXISTS rand_string;delimiter //CREATE FUNCTION rand_string(l_num tinyint UNSIGNED,l_type tinyint UNSIGNED)RETURNS varchar(127)BEGIN-- Function : rand_string-- Author : dbachina#dbachina.com-- Date : 2010/5/30-- l_num : The length of random string-- l_type: The string type-- 1.0-9-- 阅读全文
posted @ 2011-03-14 15:46 ﹏.ミ塰の韵 阅读(590) 评论(0) 推荐(0) 编辑