Skip to content

Instantly share code, notes, and snippets.

View binayashrestha's full-sized avatar

Binaya Shrestha binayashrestha

View GitHub Profile
-- D051-Cash Sheet Statement Loan
select *
from
(
select member_code
, member_name
, concat(loan_product, ' - ','Principal') as loan_product
, subOrder
, amount
from