Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Query regarding sorting

875438Oct 18 2013 — edited Oct 20 2013

Hi everyone,

in the below table:

no   id        desc    modified_by

1      123      ffff       6666

2      345     jjjjjjj       5678

3       56       tyi        hyi

4       4567   jklop    890

5       5678   uiop     jopu

....

I want to display all the records that have been modified by 5678  till the last record of the table

so the output should be:

no   id        desc    modified_by

2      345     jjjjjjj       5678

3       56       tyi        hyi

4       4567   jklop    890

5       5678   uiop     jopu

.....

Kindly help

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2013
Added on Oct 18 2013
13 comments
816 views