I'm new to mysql and would like to know how can I add expression in the column like in msaccess?
What data type should I select? Could I use expression directly in the field?
Suppose I have these fields:
name: ID type: int(11)
name: one type: int(11)
name: two type: int(11)
name: total: [one]*[two]