You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I Column update from one Table to another based on a ID match?
I have one equery:
csvq 'update nullbatches join file on nullbatches.Inv_date=file.Inv_date set nullbatches.Btc_no = file.Btc_no where file.P_code!=9 and file.P_code!=42 and nullbatches.P_code!=9 and nullbatches.P_code!=42' ( my csvs: nullbatches.csv, file.csv)
Which says: [L:1 C:20] syntax error: unexpected token "join"
Is it doable?
The text was updated successfully, but these errors were encountered:
How can I Column update from one Table to another based on a ID match?
I have one equery:
csvq 'update nullbatches join file on nullbatches.Inv_date=file.Inv_date set nullbatches.Btc_no = file.Btc_no where file.P_code!=9 and file.P_code!=42 and nullbatches.P_code!=9 and nullbatches.P_code!=42' ( my csvs: nullbatches.csv, file.csv)
Which says: [L:1 C:20] syntax error: unexpected token "join"
Is it doable?
The text was updated successfully, but these errors were encountered: