the_gautam wrote:select * from <table-name> A where 10 > ( select count (*) from <table-name> B where A.<column-name> = B.<column-name> );
dick scherrer wrote:Hello,
There is no such thing as the "last 10 rows" in a table.
We should not use that kind of terminology. First/last are sequential file concepts. When teachers or text material use this sort of reference for database activity, they are mis-leading the students.SO what do we say...no last 10 rows...10 records in a table