Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> SAMPLE BLOCK
Hi Gurus,
I don't understand the SAMPLE BLOCK behavior. Why is it giving different results for the query?
sys_at_DEVDB SQL> select * from SALGRADE sample block (1);
GRADE LOSAL HISAL
---------- ---------- ----------
2 1201 1400
sys_at_DEVDB SQL> l
1* select * from SALGRADE sample block (1)
sys_at_DEVDB SQL> /
no rows selected
sys_at_DEVDB SQL>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: jaysingh1_at_optonline.net
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Dec 19 2003 - 13:09:26 CST