Help for this page

Select Code to Download


  1. or download this
    "select A, B, C,
      (select D, E, F,
        (select G, H from AA where ID = Z) from BB where ID2 = X),
          I, J
            from CC;"
    
  2. or download this
    "select A format \"%s|\", B format \"%s|\", C format \"%s|\",
      (select D format \"%s|\", E format \"%s|\", F format \"%s|\",
        (select G format \"%s|\", H format \"%s|\" from AA where ID = Z) f
    +rom BB where ID2 = X),
          I format \"%s|\", J format \"%s|\"
            from CC;"