我有两个表 A 和 B。
在表 A 中,它包含两个列,A1,A2,其中 A1 是主键
在表 B 中,其中一个列,比如说 B2,在
我想引用的列 A1 中存储一个值数组此数组中的每个元素到表 A 中的 col A1。这可能吗
例如
表 A
ID|name|value 1|OTZ|10
2|hello world 10
3|apple|2
4|orange|5
表 B
id|数组 1|1,2
2|3,4
3|1,4
如何将 col 数组中的这些值引用到表 A?