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.
我为表 Vendor 创建了两个序列,Vendor_Id 和 Vendor_ReferenceNo。我想在 Vendor 表中调用或添加这两个序列。但是 APEX 4.1 只提供了每个表一个序列的选项。还有其他方法吗?
如果您确实需要这样做(正如评论中提到的@APC,这通常是设计有缺陷的标志),您可以在表上创建一个触发器,从第二个序列中选择并设置相应的列。