Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 ms sql server 中存储一个数组(例如 20*20),那么相同的数据类型应该是什么?该表是测试,字段是 ID、焦点、名称。我想将数组存储在焦点字段中。请告诉我该怎么做
你不应该。
您应该为数组的每个元素创建一个单独的表(例如:testfocus),并为您的测试表创建一个外键。
见https://en.wikipedia.org/wiki/Database_normalization