SQL, or Structured Query Language, is used to specify (query) which information must be selected and printed from the Amadeus - PMPRO database. The statements used in the report definitions in Amadeus - PMPRO must conform to the Microsoft FoxPro SQL standards.
You must have knowledge of the Amadeus - PMPRO database structure before you can define or change the SQL. Incorrect changes will cause the report not to work.
Select Define Reports from the Setup ยป Reports menu.
Select the report group in which the report you would like to change is located and choose [OK].
Select the report you would like to change and choose [SQL].
Notepad will open a file with the name SqlState.Txt. This file contains the SQL of the report you have selected.
Make the required changes. Close notepad and save the changes.
You automatically return back to the Amadeus - PMPRO system, press any key and choose [OK] to save the SQL in Brilliant.
The general format of an SQL statement includes many parts, a very simplified and brief explanation of the most used SQL clauses are given below.