Home > database >  Turn to for help, multiple queries and paging
Turn to for help, multiple queries and paging

Time:10-12

Oracle
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 help

CodePudding user response:

Don't understand the requirements, can you list a table and have a look

CodePudding user response:

refer to the second floor biubiu ash response:
don't understand the requirements, can you list a table to see

Is that three tables have DEBT_ID need multi-table join queries and paging with mybatis plus

How to implement a little not
  • Related