Please.
I have a query in oracle for example:
SELECT DISTINCT CODE, NAME FROM PERSONS;
but i need to show the 1 to 10 record found
or the 10 to 20 found.
I know how to do this in mysql using the command limit but i can磘 do this in oracle..
All help is important.
[]s... Fernando
I have a query in oracle for example:
SELECT DISTINCT CODE, NAME FROM PERSONS;
but i need to show the 1 to 10 record found
or the 10 to 20 found.
I know how to do this in mysql using the command limit but i can磘 do this in oracle..
All help is important.
[]s... Fernando