November 2019

S M T W T F S
      12
34 5 678 9
10111213141516
17181920212223
24252627282930

Style Credit

Expand Cut Tags

No cut tags

May 29th, 2005

dil: (Default)
Sunday, May 29th, 2005 04:01 pm
$request="select f.date, f.circuit_n, f.route_n, f.q_index, "
." y.order_id, y.repeat, f.deleted, f.ready"
." from files f left outer join "
." (select o.order_id, r.repeat, o.circuit_no from orders o, records r"
." where o.order_id = r.order_id)"
." as y on f.circuit_n = y.circuit_no";