Search results

  1. N

    How to retrieve the multiple values in progress?

    Thanks Stuart. It is working now.
  2. N

    How to retrieve the multiple values in progress?

    Stuart, While I run the below query, i am getting an error message "** One or more END statements is missing. (246)" FOR EACH sector WHERE sector.latest-dep-date >= 08/06/09 AND sector.latest-dep-date <= 08/01/09 and sector.serial = 'EAA' and can-do('0265,0568,0489',sector.flight-no)...
  3. 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