Hi,
I have two tables, TABLE1 that has a column "ORDER_NUMBER" (the primary key) and I have a second table TABLE2 that has also the column "ORDER_NUMBER" these two tables have relationship between using these two columns.
However, I have "ORDER_NUMBER" entries in TABLE2 that has a special column called "OVER_TIME" that is an integer for hours.
How can I select * the entries present in TABLE1 of time "ORDER_NUMBER" that are in TABLE2 and have the OVER_TIME > 5 hours.
Thanks,
I have two tables, TABLE1 that has a column "ORDER_NUMBER" (the primary key) and I have a second table TABLE2 that has also the column "ORDER_NUMBER" these two tables have relationship between using these two columns.
However, I have "ORDER_NUMBER" entries in TABLE2 that has a special column called "OVER_TIME" that is an integer for hours.
How can I select * the entries present in TABLE1 of time "ORDER_NUMBER" that are in TABLE2 and have the OVER_TIME > 5 hours.
Thanks,