Good day,
I was wondering if anyone could direct me in the right direction. I am currently getting the sum of a row in my database but the answer to this
needs to go in a variable so I can manipulate the answer. The results and the new variable are both integer.
Thank you
I was wondering if anyone could direct me in the right direction. I am currently getting the sum of a row in my database but the answer to this
VB.NET:
SELECT Sum([Event_TotalTime]) AS Expr1
FROM tbl_Event;
needs to go in a variable so I can manipulate the answer. The results and the new variable are both integer.
Thank you