N
Nick
The query in question is linked with two tables. Table One has the route No.
(Primary Key) while the child or table Two having the Action ID (Primary
Key) and the date the route No. was updated. I want to see routes which have
not been updated from current date -30.
The only line that should be displayed are lines 2 and 4
Line Table1. RouteId Table2. Action ID Table2. Dateupdate
1 1802 99 05-23-05
2 301 98 04-20-05
3 1802 97 04-15-05
4 1804 95 03-24-05
5 301 96 04-10-05
How would I write the query not using SQL?
(Primary Key) while the child or table Two having the Action ID (Primary
Key) and the date the route No. was updated. I want to see routes which have
not been updated from current date -30.
The only line that should be displayed are lines 2 and 4
Line Table1. RouteId Table2. Action ID Table2. Dateupdate
1 1802 99 05-23-05
2 301 98 04-20-05
3 1802 97 04-15-05
4 1804 95 03-24-05
5 301 96 04-10-05
How would I write the query not using SQL?