Column selector

Character ~. A column (col) of a database table (dbtab) can be addressed in a SELECT statement by means of dbtab~col. This type of adrdessing is necessary when multiple database tables are accessed if the name of a column occurs in a number of different database tables.