i have the follow doubt
I have 2 tables:
id customers
1 alan
2 beth
3 john
and
id id_customers value
1 1 bar
2 1 foo
3 2 baz
Example:I need to add the value 'alfa' in second table and link this to id 3 from the first.
How i do this?