Welcome aboard! We are happy you are here and wish you good net-raft!
in mysql: 
SELECT *
FROM credits
LIMIT 5; // top 5 
in oracle: 
SELECT *
FROM credits
WHERE ROWNUM <=5; 
The most helpful SQL solutions
how to execute select into using sql ?SQL
Click to see more ...
701
53
convert string to date sqlSQL
Click to see more ...
614
42
How to get the last record from table using sql ?SQL
Click to see more ...
531
33
create table sqlSQL
Click to see more ...
311
23
How use like using sql ?SQL
Click to see more ...
388
22
How to get the last 10 records using mysql ?SQL
Click to see more ...
282
21
rows to columns sqlSQL
Click to see more ...
239
17
insert new column into table sqlSQL
Click to see more ...
237
16
How to convert the values to lowercase using sql ?SQL
Click to see more ...
256
13
How to change a negative number to positive using sql ?SQL
Click to see more ...
197
11