For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
hi
select * from tbaadxx.gaxx where acct_opn_date='&dt' union all select * from tbaadxx.gaxx where acct_opn_date='&dt' can I replace ‘&dt’ once if the value is same ? I am trying this in sql developer
select * from tbaadxx.gaxx where acct_opn_date='&dt' union all select * from tbaadxx.gaxx where acct_opn_date='&dt' can I replace ‘&dt’ once if the value is same ?
I am trying this in sql developer