Computed columns that you define in the SQL Select painter are added to the SQL statement and used by the DBMS to retrieve the data. The expressions you define here follow your DBMS's rules.
Note: You can also define computed fields, which are created and processed dynamically by PowerBuilder after the data has been retrieved from the DBMS. There are advantages to doing this. For example, work is offloaded from the database server, and the computed fields update dynamically as data changes in the DataWindow object. (If you have many rows, however, dynamic updating may result in slower performance.)
To include computed columns: