Posts
Sort by recent activity
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.B...