I use c# to fill in a table from another knowing the key and the field to fill in

Viewed 31

I have 1 table with columns (name, value1, value2) and 2 table with columns (name, value, column)

name value1 value2
world
name value column
world 1 value1
world 2 value2

to get

name value1 value2
world 1 2

relationship by column "name"

0 Answers
Related