-2
我有以下表格(及其結構)。如何在Oracle Apex中添加鏈接兩個報告
airplane (airplane_id,type,total_seats,start A ,end A,start B,end B,startC,endC)
flight_schedule (flight_id,departure_dt,source,destination,arrival_dt)
pk10 1-12-15 pew kar 2-12-15
flight_seating_detail (flight_id,departure_dt,seat_no,class,fare,status)
我創建了一個表格,並在這兩個表報告,我想將鏈接添加到flight_id
,當單擊,我希望與變革開始flight_seating_detail
表填寫爲(pk10, 1-12-15, 1, 'a', 20000, open)
達有限行在seat_no
。
我有一個代碼,但我怎麼能使用這個頂點列鏈接。請幫助我!