xyz Aug 13th, 2007 We write the query as follows:SELECT * from table_namefetch first n rows onlywhere n is an integer value.
sumit_tumba Profile Answers by sumit_tumba Jan 16th, 2008 select * from table_name sample nn:1,2...100..that is used in Teradata....
How do you retrieve a sample of 'n' rows in random without any filterting (where) conditions?