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.
我有几个相同的带有配置信息的结构化表。例如 table1, table2... 表的数量是动态的。有没有一种方法可以将这些配置存储在数据库中,而无需为每个配置创建一个新的(相同结构的)表?
创建一个表。
如果 TableA 是 (ID, Name, Value) 而 TableB 是 (ID, Name, Value)
TableAll 是(ID、TableType、名称、值)
例如。