Like Condition in x++ :
select firstonly custTrans
index hint VoucherDateIdx
where custtrans.Voucher == _voucher && custtrans.Txt like 'Sales Credit Note*';
select firstonly custTrans
index hint VoucherDateIdx
where custtrans.Voucher == _voucher && custtrans.Txt like 'Sales Credit Note*';
No comments:
Post a Comment
Give me feedback.