說我有如下的表: a: integer
b: integer
c: integer
d: integer
code: text
(a, b) is a foreign key to another table 1
(c, d) is a foreign key to another table 2
插入很簡單: INSERT INTO table(a, b, c, d, code
想象四個表:甲,乙,Ç和d。 主鍵A表爲ID_A。 主鍵B表是ID_B。 C表具有複合主鍵(ID_A,ID_B)。 D表引用所有其他三個表,並且在兩個ID_A和ID_B列上有三個外鍵。參考文獻D表格到B和C表格是可選的。 A B C D
------- ------- ------- -------
ID_A ID_B (ID_A,ID_B)
<---
任何人都可以用組合鍵幫我嗎?我無法正常工作。 function init_click_handlers(){
$(".button-endereco").click(function(e) {
var fcodigo = $(this).closest("tr").data("codigo");
var fcodigopessoa = $(this).clos