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*';
0 comments:
Post a Comment