The existing three tables
Table 1 TB_ASSET_DEBT
DEBT_ID=1,
ASSET_NO=1,
.
Table 2 TB_ASSET_LAWSUIT
LAWSUIT_ID=1,
DEBT_ID=1,
ASSET_NO=1,
.
Table 3 TB_ASSET_RESTS
ASSET_RESTS_ID=1,
DEBT_ID=1,
ASSET_NO=1,
.
For help how to implement multiple queries and paging
CodePudding user response:
Turn to turn for helpCodePudding user response:
Don't understand the requirements, can you list a table and have a lookCodePudding user response: