Is it possible to make columns in my mysql project a little bit more "inteligent" ? I mean that I want make it look like in excel project. For example I have culumn A and B where I can put some numbers and column C where I want have added these 2 columns like this:
Column A | Column B | Column C
2 5 7
8 1 9
4 4 8
In excel I'm just creating math method like: "=A+B", but is it possible to do this here in mysql ?
Thanks, SM