Answers for "sql query to fetch the first 50% records from a table."

SQL
-1

how to fetch first 10 rows in sql

select top 100 * from myTable
select top 100 colA, colB from myTable
Posted by: Guest on October-14-2021

Code answers related to "sql query to fetch the first 50% records from a table."

Code answers related to "SQL"

Browse Popular Code Answers by Language