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
letresult=awaitmysql.query('INSERT into t.billing (name , lastname ) VALUES ( ? , ? )',[fname,lname]).query('UPDATE t_billing.transactions Set deposit = 0, final = 1, _lmb = 27 WHERE id = 625').catch(e=>{/* do something with error */}).end();
Hello . Thank you for your nice package!
I want to do a multipe query transaction like below:
but getting syntax error . Can you please provide the solution?
The text was updated successfully, but these errors were encountered: