Marvin kakuru

Marvin kakuru

  • 1.3k
  • 324
  • 155k

Having trouble merging where clause and group by clause

Sep 2 2021 10:48 AM

Below is the code am trying to use

string sql = ("select item, sum(dr) from ledger where companyid = '"+ textbox1.text+"' GROUP BY item");


Answers (2)