table Count quote_count TBS_count Offer_count
Repay 65 14 3 50
payment 336 4 10 70
Here the the first countis the count of the table tbl_repay,
The second quote_count is the count of the payid present in tbl_repay and tbl_quote
3rd TBS_count is the count of the payid present in tbl_repay and tbl_tbs
4rth Offer_count is the count of the payid present in tbl_repay and tbl_offer
union
The first countis the count of the table tbl_payment,
The second quote_count is the count of the payid present in tbl_payment and tbl_quote
3rd TBS_count is the count of the payid present in tbl_payment and tbl_tbs
4rth Offer_count is the count of the payid present in tbl_payment and tbl_offer
Repay 65 14 3 50
payment 336 4 10 70
Here the the first countis the count of the table tbl_repay,
The second quote_count is the count of the payid present in tbl_repay and tbl_quote
3rd TBS_count is the count of the payid present in tbl_repay and tbl_tbs
4rth Offer_count is the count of the payid present in tbl_repay and tbl_offer
union
The first countis the count of the table tbl_payment,
The second quote_count is the count of the payid present in tbl_payment and tbl_quote
3rd TBS_count is the count of the payid present in tbl_payment and tbl_tbs
4rth Offer_count is the count of the payid present in tbl_payment and tbl_offer