Datacopy Insert

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

select * from transaction where ACCT_ID='1-0-0-2MB15390' ;

select * from CORP_ACT where CA_ID ='988936903' ;


select * from CORP_ACT_PAYOUT where CA_ID ='988936903';
select * from CORP_ACT_BROKER where CA_ID IN(select distinct ca_id from
CA_ACCT_SEC where ACCOUNT_ID ='1-0-0-2MB15390') AND BROKER_ID='WLF' ;
select * from CORP_ACT_TERMS where CA_ID IN(select distinct ca_id from CA_ACCT_SEC
where ACCOUNT_ID ='1-0-0-2MB15390');

select * from CA_ACCT_SEC WHERE ACCOUNT_ID='1-0-0-2MB15390' ;

select * from CA_ACCT_SEC WHERE ACCOUNT_ID='1-0-0-2MB15390' and security_id='1-


N003962' ;786887502

select * from svi_rad where acct_no='2MB15390' ;

select * from sec_master where sec_no='J025482';

select * from a WHERE ACCt_ID='1-0-0-2MB15390' and security_id='1-H058318' ;

select * from SEC_MASTER where SEC_NO='H058318';

SELECT * FROM SVI_trd WHERE ACCT_NO = '2MB15390' AND sec_no='H058318' and


deleteflag='N';

SELECT * FROM CA_ACCT_SEC WHERE account_id='1-0-0-2MB15390' AND security_id ='1-


H058318';

select * FROM CORP_ACT WHERE ca_id='988936903' ;

select * from transaction where txn_id in


(select original_txn_id from transaction where acct_id='4-7-999-60559849' and
security_id='4-02376R102');

You might also like