SQL how select top records sql - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

How select top records in sql ?


 80

SQL


0

in mysql: 

SELECT *
FROM credits
LIMIT 5; // top 5 

in oracle: 

SELECT *
FROM credits
WHERE ROWNUM <=5; 


By        
The power of the user (%)
19%



The most helpful SQL solutions

how to execute select into using sql ?how to execute select into using sql ?SQL

Click to see more ...

  691     53

convert string to date sqlconvert string to date sqlSQL

Click to see more ...

  605     42

How to get the last record from table using sql ?How to get the last record from table using sql ?SQL

Click to see more ...

  523     33

create table sqlcreate table sqlSQL

Click to see more ...

  301     23

How use like using sql ?How use like using sql ?SQL

Click to see more ...

  382     22

How to get the last 10 records using mysql ?How to get the last 10 records using mysql ?SQL

Click to see more ...

  272     21

rows to columns sqlrows to columns sqlSQL

Click to see more ...

  232     17

insert new column into table sqlinsert new column into table sqlSQL

Click to see more ...

  229     16

How to convert the values to lowercase using sql ?How to convert the values to lowercase using sql ?SQL

Click to see more ...

  238     13

How to change a negative number to positive using sql ?How to change a negative number to positive using sql ?SQL

Click to see more ...

  188     11

Welcome aboard!
We are happy you are here and
wish you good net-raft!