Posts by Marc Lebon • 1 point
1 post
-
0
votes0
answers186
viewsQ: How to update a table using mysql c# and a method?
You can use a method or class that uses table fields to update this table? For example: update record field 1 with f(record field 2 1), record field 1 with f(record field 2), etc...…