Posted by chico_yallin@yahoo.com on 06/11/07 19:58
Thanks all
Last post was suitable , according to my little experience in SQL
Thanks All
Ch.Yallin
--CELKO-- :
> >> I just want to make a random id number based on 4 digits <<
>
> Since it for an identifier this implies that there are no duplicates
> ("sampling without replacement" if you want to look it up). And there
> are only values 0000 thru 9999 available to you. Just generate a
> table of 10,000 rows and pull one out as you need it. m
[Back to original message]
|