Eugen Stoianovici wrote:

Is there a way o creating tables that have fields that are expressions rather than values? Those expresions would return a value based on values stored in other fields of some other table (or the same table if that's necessary).

If the expressions do not vary per row, then you can put the expression in the SQL statement
to query the data in the tables.

Regards,

Arjen

Reply via email to