AI settingsTable Aliases
Table Aliases
Use short aliases (f.) vs full names.
Last updated on
Default: On · Type: On / off
Controls whether the assistant uses short table aliases (e.g. f.FaultID from Faults f) or full table names (Faults.FaultID). Aliases make multi-join queries more compact; full names can be easier to read at a glance.
What changes
On uses short aliases (f., a., ts.); Off writes the full table names (Faults., Area., TStatus.).
On (aliases)
Off (full names)
Where to change it
Set this under Profile → Prompt settings in the app. See all AI settings.