How can we help you today? How can we help you today?

generate data from another table constranied by a FK

I need to generate data from another table but must be constrained by a reference. For Example, with Table A(Aid, c1, BId) and Table B(BId, c2), I want generate TA.c1 from TB.c2 referenced by TA.Bid=TB.Bid. Can anybody give me a hint?
edward
0

Add comment

Please sign in to leave a comment.