As

This keyword is used in several syntaxes with the following keywords:

  • Link ... As [CLASS]: to define the abbreviation on a join.
  • For ... From ... Sql ... As [CLASS]: To define an abbreviation on a SQL request used in a For loop.
  • For ... From ... System ... As [CLASS]: To define an abbreviation on a System order result used in a For loop.
  • File ... From ... Sql ... As [CLASS]: To define an abbreviation on a SQL request used in a File declaration.
  • File ... From ... System ... As [CLASS]: To define an abbreviation on a System order result declared as a File.
  • File ... FromVariable ... As [CLASS]: To define an abbreviation on a SQL request used in a Variable list.