Search results

  1. N

    How to retrieve the multiple values in progress?

    Hi, How to retrieve the multiple values in progress? I want to retrieve multiple flight number for each aircraft. For example in SQL : SELECT * FROM SECTOR S WHERE S.latest-dep-date >= 08/06/09 AND S.latest-dep-date <='08/01/09' AND S.SERIAL ='EAA' AND S.FLIGHT-NO IN ('0265','0568','0489')...
Back
Top