shafique ansari

shafique ansari

  • 1.6k
  • 62
  • 1.5k

Update a table column value with a value which is unique

Oct 11 2019 12:35 PM
I have a table like below
FruitiId FrutName FroutGroupID(int)
1 mango 10
2 apple 10
3 banana 20
I want to update FroutGroupID with a value which is unique in that column using unit of work.

Answers (6)