Help me in solving SQW22 problem

My issue

finding top 10 rows by using top10

My code

select top 10 *  from financials ;

Learning course: SQL at Work
Problem Link: CodeChef: Practical coding for everyone

1 Like

select * from Financials limit 10;