I'am using the SQL bellow, MySQL and C#
string str = "Select Sum(value) from <table> where <field = xxx> and date between (date1) and (date2)";
I need to get the result of this SQL on C#, how do I do that?