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.
我有两个表,一个是 tblstate,一个 stateid 作为主键,第二个 statename 名称。还有另一个表作为 tbldistrict,带有 feild Districtid(主键),区名,stateid。如何将特定 stateid 从 tblstate 链接到 tbldistrict 的列 stateid 中tblstate 的 stateid 的值?
现在我想要的是,如果我有一个包含多个区的州名,那么我将如何在 jsp(jstl) 中使用此命令进行自动填充选项?
卡住请回复
你在这里问的是两个不同的问题。
对于第一个,您需要一个外键。下面是如何使用 SQL Server。
对于第二个,您需要向我们提供有关您想要实现的目标的更多详细信息以及示例代码。