Sometimes you may need to select a percentage of data from the table to create test data. The following statement will select approximately 0.2 percent of the data in the table;
select * from RA_CUSTOMER_TRX_ALL sample(0.2);
It is all about Oracle. I will try to share my experiences here. Main subjects will be Development, E-Business Suite, ADF, SOA, Fusion etc.
Sometimes you may need to select a percentage of data from the table to create test data. The following statement will select approximately 0.2 percent of the data in the table;
select * from RA_CUSTOMER_TRX_ALL sample(0.2);
Posted by tekmen at 7:52 PM 0 comments
commit
this is db command (only), not FORMS and if:
Posted by tekmen at 8:04 AM 0 comments