update_tax_chart_id
update acc_trans set tax_chart_id = (select id from chart where accno = substr(acc_trans.tax,1,4)) where tax <> '' and tax <> 'auto';
update_tax_chart_id.txt · Last modified: by sweitmann
update acc_trans set tax_chart_id = (select id from chart where accno = substr(acc_trans.tax,1,4)) where tax <> '' and tax <> 'auto';