![]() |
mysql help
Suppose I have a table
Code:
ID userName fyears tyearsI need to select the total work experience, now it is =12 SELECT sum(tyears-fyears) FROM WE I did in this way but it works inappropriately |
Re: mysql help
What result do you get from your query?
|
| All times are GMT +5.5. The time now is 10:06. |