Home > Uncategorized > SELECT Percent of records from table using TABLESAMPLE

SELECT Percent of records from table using TABLESAMPLE

SELECT *

FROM GL TABLESAMPLE SYSTEM (10 PERCENT) ;

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

Trackbacks:0

Listed below are links to weblogs that reference
SELECT Percent of records from table using TABLESAMPLE from extremeweblog.com
TOP