Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. maheshtr03

    QUERY REPORT

    SELECT DISTINCT A.ABC, A.XYZ||'/'||B.XYZ||'/'||C.XYZ BABU FROM HELLO A,HELLO B, HELLO C WHERE A.ABC = B.ABC AND B.ABC= C.ABC AND C.ABC = A.ABC AND A.XYZ = 'RS' AND B.XYZ = 'UNEP' AND C.XYZ = 'T1FAC' UNION SELECT DISTINCT A.ABC, A.XYZ||'/'||B.XYZ BABU FROM HELLO A,HELLO B WHERE A.ABC = B.ABC...
  2. maheshtr03

    QUERY REPORT

    SELECT DISTINCT A.ABC, A.XYZ||'/'||B.XYZ||'/'||C.XYZ BABU FROM HELLO A,HELLO B, HELLO C WHERE A.ABC = B.ABC AND B.ABC= C.ABC AND C.ABC = A.ABC AND A.XYZ = 'RS' AND B.XYZ = 'UNEP' AND C.XYZ = 'T1FAC' UNION SELECT DISTINCT A.ABC, A.XYZ||'/'||B.XYZ BABU FROM HELLO A,HELLO B WHERE A.ABC = B.ABC...

Part and Inventory Search

Back
Top