Microsoft
Software
Hardware
Network
Question : How to populate the table with quosi-random numbers
Have a table A(ID1 number(3), ID2 number(2));
How to populate table A with a serial numbers. sequences can be used, but in A if there were only one ID, the following trick can be played:
insert into A(ID1)
( select rownum from dual CONNECT BY LEVEL < 1000);
It will insert 999 numbers into A.
Now ID2 can take the values from 1 to 99, how to deal this case with 2 variables?
Answer : How to populate the table with quosi-random numbers
select rownum, mod(rownum,99)+1 from dual CONNECT BY LEVEL < 1000
Random Solutions
Exchange 2007 - Error 5.1.0 - Unknown address error 550-'5.1.1 User unknown'
phpmailer errorInfo
A Web Exception occurred because an HTTP 401 - Unauthorized response was received from Unknown
How do I reverse tunnel with Putty?
Working with multiple MS SQL Server database in applicatie
Oracle Error "To many precesion Specifiers"
How to remove new line from a string
outlook folder import macro
Blackberry Enterprise Express on Exchange 2007 Can't resolve name during MAPI Profile Setup
Need help with Syntax - DnsAvoidRegisterRecords