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
Are Mac's easier to support than PC's? Why or why not?
Secondary namespace in WSDL
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
Hacking the Error with Custom error message
google site comparison tool
Docushare vs. Docushare Cpx ?
Identifying a cell in a declaration as having any value that falls within a specified range
Append extra data to the right of common data between files
Unable to receive email forwarded into Lotus Domino 8 from Exchange Server 2007
Migrate from Windows 2003 Domain to New Windows 2008