Skip to content
Advertisement

First date from second table where date is bigger than date in table first oracle

I want pull out the date from second table. My second table may have a over 100 dates to a unique record(A,B,C). I have I first Table :

and the second table :

I want to first table pull out the date first date from second table when date is bigger than the date1 from first table.

The result must be :

How to extract the date. It must be a procedure or another solution. Thanks for help 🙂

Advertisement

Answer

use join and min()

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement