ASP
-- 3자리 문자열 난수 구하기, 4자리면 *1000 을 * 10000 으로 한다.SELECT CAST (CEILING(RAND( datepart(ms, getdate())) *1000 ) AS VARCHAR(3) )